Lines Matching full:x509_name
130 X509_NAME *X509_get_issuer_name(X509 *a)
147 X509_NAME *X509_get_subject_name(X509 *a)
190 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
198 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
205 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
219 unsigned long X509_NAME_hash(X509_NAME *x)
224 /* Make sure X509_NAME structure contains valid cached encoding */
241 unsigned long X509_NAME_hash_old(X509_NAME *x)
247 /* Make sure X509_NAME structure contains valid cached encoding */
264 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
286 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name)