Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/encode_decode/
Ddecode_pvk2key.c44 b2i_PVK_of_bio_pw_fn *read_private_key; member
98 && ctx->desc->read_private_key != NULL) { in pvk2key_decode()
106 key = ctx->desc->read_private_key(in, ossl_pw_pvk_password, &pwdata, in pvk2key_decode()
Ddecode_msblob2key.c43 b2i_of_void_fn *read_private_key; member
136 && ctx->desc->read_private_key != NULL) { in msblob2key_decode()
143 key = ctx->desc->read_private_key(&p, bitlen, ispub); in msblob2key_decode()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Ddecode_pvk2key.c44 b2i_PVK_of_bio_pw_fn *read_private_key; member
109 && ctx->desc->read_private_key != NULL) { in pvk2key_decode()
117 key = ctx->desc->read_private_key(in, ossl_pw_pvk_password, &pwdata, in pvk2key_decode()
Ddecode_msblob2key.c43 b2i_of_void_fn *read_private_key; member
148 && ctx->desc->read_private_key != NULL) { in msblob2key_decode()
155 key = ctx->desc->read_private_key(&p, bitlen, ispub); in msblob2key_decode()
/third_party/fsverity-utils/lib/
Dsign_digest.c53 static int read_private_key(const char *keyfile, EVP_PKEY **pkey_ret) in read_private_key() function
398 return read_private_key(sig_params->keyfile, pkey_ret); in get_private_key()