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
2368 if ((asn_pub_key = BN_to_ASN1_INTEGER(pub_key, NULL)) == NULL) in client_create_dh()
2370 *dh_pubkey_len = i2d_ASN1_INTEGER(asn_pub_key, NULL); in client_create_dh()
2376 i2d_ASN1_INTEGER(asn_pub_key, &buf); in client_create_dh()
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
2566 asn_pub_key = d2i_ASN1_INTEGER(NULL, in server_process_dh()
[all …]