Searched refs:check_bitlen_rsa (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 546 static int check_bitlen_rsa(const RSA *rsa, int ispub, unsigned int *magic); 561 bitlen = check_bitlen_rsa(EVP_PKEY_get0_RSA(pk), ispub, &magic); in do_i2b() 624 static int check_bitlen_rsa(const RSA *rsa, int ispub, unsigned int *pmagic) in check_bitlen_rsa() function
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
D | pvkfmt.c | 546 static int check_bitlen_rsa(const RSA *rsa, int ispub, unsigned int *magic); 561 bitlen = check_bitlen_rsa(EVP_PKEY_get0_RSA(pk), ispub, &magic); in do_i2b() 624 static int check_bitlen_rsa(const RSA *rsa, int ispub, unsigned int *pmagic) in check_bitlen_rsa() function
|