Lines Matching refs:ss
1470 - xmlSecKeyStorePtr *ss;
1639 - ss = xmlSecNssKeysStoreGetSS(store);
1640 - xmlSecAssert2(((ss != NULL) && (*ss != NULL) &&
1641 - (xmlSecKeyStoreCheckId(*ss, xmlSecSimpleKeysStoreId))), -1);
1752 - return (xmlSecSimpleKeysStoreAdoptKey(*ss, key));
1775 - xmlSecKeyStorePtr *ss;
1792 - ss = xmlSecNssKeysStoreGetSS(store);
1793 - xmlSecAssert2(((ss != NULL) && (*ss != NULL) &&
1794 - (xmlSecKeyStoreCheckId(*ss, xmlSecSimpleKeysStoreId))), -1);
1796 - return (xmlSecSimpleKeysStoreSave(*ss, filename, type));
1801 - xmlSecKeyStorePtr *ss;
1809 - ss = xmlSecNssKeysStoreGetSS(store);
1810 - xmlSecAssert2((*ss == NULL), -1);
1815 - *ss = xmlSecKeyStoreCreate(xmlSecSimpleKeysStoreId);
1816 - if(*ss == NULL) {
1836 - xmlSecKeyStorePtr *ss;
1840 - ss = xmlSecNssKeysStoreGetSS(store);
1841 - xmlSecAssert((ss != NULL) && (*ss != NULL));
1843 - xmlSecKeyStoreDestroy(*ss);
1849 - xmlSecKeyStorePtr* ss;
1863 - ss = xmlSecNssKeysStoreGetSS(store);
1864 - xmlSecAssert2(((ss != NULL) && (*ss != NULL)), NULL);
1866 - key = xmlSecKeyStoreFindKey(*ss, name, keyInfoCtx);