Home | History | Annotate | Download | only in x509

Lines Matching refs:X509_NAME

126 X509_NAME *X509_get_issuer_name(X509 *a)
143 X509_NAME *X509_get_subject_name(X509 *a)
186 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
194 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
201 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
215 unsigned long X509_NAME_hash(X509_NAME *x)
220 /* Make sure X509_NAME structure contains valid cached encoding */
235 unsigned long X509_NAME_hash_old(X509_NAME *x)
240 /* Make sure X509_NAME structure contains valid cached encoding */
252 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
274 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name)