Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c739 BIGNUM *pubkey_bn = NULL; in dh_pubkey_der() local
750 if (!EVP_PKEY_get_bn_param(pkey, OSSL_PKEY_PARAM_PUB_KEY, &pubkey_bn)) in dh_pubkey_der()
752 ok = encode_bn_der(pubkey_bn, &buf, &len); in dh_pubkey_der()
753 BN_free(pubkey_bn); in dh_pubkey_der()
767 const BIGNUM *pubkey_bn; in dh_pubkey_der() local
773 DH_get0_key(dh, &pubkey_bn, NULL); in dh_pubkey_der()
774 if (!encode_bn_der(pubkey_bn, &buf, &len)) in dh_pubkey_der()
849 BIGNUM *pubkey_bn = NULL; in compose_dh_pkey() local
862 pubkey_bn = decode_bn_der(pubkey_der, der_len); in compose_dh_pkey()
863 if (pubkey_bn == NULL) in compose_dh_pkey()
[all …]