aws_lc_rs::ec::encoding::sec1

Function from_ec_private_bn

Source
fn from_ec_private_bn(
    ec_group: &ConstPointer<EC_GROUP>,
    private_big_num: &ConstPointer<BIGNUM>,
) -> Result<ManagedPointer<*mut EVP_PKEY>, KeyRejected>