Lines Matching defs:x
108 unsigned long X509_issuer_name_hash(X509 *x) in X509_issuer_name_hash()
114 unsigned long X509_issuer_name_hash_old(X509 *x) in X509_issuer_name_hash_old()
135 unsigned long X509_subject_name_hash(X509 *x) in X509_subject_name_hash()
141 unsigned long X509_subject_name_hash_old(X509 *x) in X509_subject_name_hash_old()
289 unsigned long X509_NAME_hash_ex(const X509_NAME *x, OSSL_LIB_CTX *libctx, in X509_NAME_hash_ex()
318 unsigned long X509_NAME_hash_old(const X509_NAME *x) in X509_NAME_hash_old()
352 X509 x, *x509 = NULL; in X509_find_by_issuer_and_serial() local
381 EVP_PKEY *X509_get0_pubkey(const X509 *x) in X509_get0_pubkey()
388 EVP_PKEY *X509_get_pubkey(X509 *x) in X509_get_pubkey()
406 int ossl_x509_check_private_key(const EVP_PKEY *x, const EVP_PKEY *pkey) in ossl_x509_check_private_key()
473 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb()
558 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb()
584 X509 *x = sk_X509_value(ret, i); in STACK_OF() local