Home
last modified time | relevance | path

Searched refs:asn_pub_key (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2292 ASN1_INTEGER *asn_pub_key = NULL; in client_create_dh() local
2378 if (asn_pub_key != NULL) in client_create_dh()
2379 ASN1_INTEGER_free(asn_pub_key); in client_create_dh()
2394 if (asn_pub_key != NULL) in client_create_dh()
2395 ASN1_INTEGER_free(asn_pub_key); in client_create_dh()
2553 ASN1_INTEGER *asn_pub_key = NULL; in server_process_dh() local
2568 if (asn_pub_key == NULL) in server_process_dh()
2574 ASN1_INTEGER_free(asn_pub_key); in server_process_dh()
2608 i2d_ASN1_INTEGER(asn_pub_key, &s); in server_process_dh()
2609 if (asn_pub_key != NULL) in server_process_dh()
[all …]