Searched refs:check_store (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/store/ |
D | str_lib.c | 236 #define check_store(s,fncode,fnname,fnerrcode) \ macro 260 check_store(s,STORE_F_STORE_GET_CERTIFICATE, in STORE_get_certificate() 286 check_store(s,STORE_F_STORE_CERTIFICATE, in STORE_store_certificate() 321 check_store(s,STORE_F_STORE_MODIFY_CERTIFICATE, in STORE_modify_certificate() 338 check_store(s,STORE_F_STORE_REVOKE_CERTIFICATE, in STORE_revoke_certificate() 354 check_store(s,STORE_F_STORE_DELETE_CERTIFICATE, in STORE_delete_certificate() 372 check_store(s,STORE_F_STORE_LIST_CERTIFICATE_START, in STORE_list_certificate_start() 391 check_store(s,STORE_F_STORE_LIST_CERTIFICATE_NEXT, in STORE_list_certificate_next() 412 check_store(s,STORE_F_STORE_LIST_CERTIFICATE_END, in STORE_list_certificate_end() 426 check_store(s,STORE_F_STORE_LIST_CERTIFICATE_ENDP, in STORE_list_certificate_endp() [all …]
|