Searched refs:BIGNUM_Delete (Results 1 – 4 of 4) sorted by relevance
27 struct BIGNUM_Delete { struct
140 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()175 UniquePtr<BIGNUM, BIGNUM_Delete> public_exponent_bn(BN_new()); in ImportKey()342 UniquePtr<BIGNUM, BIGNUM_Delete> extracted_bn(BN_bin2bn(blob.data, blob.data_length, NULL)); in GetOrCheckDsaParam()
39 struct BIGNUM_Delete { struct44 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument
76 struct BIGNUM_Delete { struct81 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument