Searched refs:pubkey_bn (Results 1 – 1 of 1) sorted by relevance
739 BIGNUM *pubkey_bn = NULL; in dh_pubkey_der() local750 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() local773 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() local862 pubkey_bn = decode_bn_der(pubkey_der, der_len); in compose_dh_pkey()863 if (pubkey_bn == NULL) in compose_dh_pkey()[all …]