Searched refs:X509_OBJECT_idx_by_subject (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/x509/ |
D | x509_lu.c | 473 int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type, in X509_OBJECT_idx_by_subject() function 483 idx = X509_OBJECT_idx_by_subject(h, type, name); in X509_OBJECT_retrieve_by_subject() 658 idx = X509_OBJECT_idx_by_subject(ctx->ctx->objs, X509_LU_X509, xn); in X509_STORE_CTX_get1_issuer()
|
D | x509_vfy.h | 406 int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type,
|
/external/openssl/include/openssl/ |
D | x509_vfy.h | 406 int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type,
|