| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| decode_msblob2key.c | 43 b2i_of_void_fn *read_private_key; member in struct:keytype_desc_st 145 && ctx->desc->read_private_key != NULL) { 152 key = ctx->desc->read_private_key(&p, bitlen, ispub);
|
| decode_pvk2key.c | 45 b2i_PVK_of_bio_pw_fn *read_private_key; member in struct:keytype_desc_st 135 && ctx->desc->read_private_key != NULL) { 143 key = ctx->desc->read_private_key(in, ossl_pw_pvk_password, &pwdata,
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| decode_msblob2key.c | 43 b2i_of_void_fn *read_private_key; member in struct:keytype_desc_st 148 && ctx->desc->read_private_key != NULL) { 155 key = ctx->desc->read_private_key(&p, bitlen, ispub);
|
| decode_pvk2key.c | 44 b2i_PVK_of_bio_pw_fn *read_private_key; member in struct:keytype_desc_st 109 && ctx->desc->read_private_key != NULL) { 117 key = ctx->desc->read_private_key(in, ossl_pw_pvk_password, &pwdata,
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| hxtool.c | 1239 read_private_key(const char *fn, hx509_private_key *key) function 1316 ret = read_private_key(fn, signer); 1318 err(1, "read_private_key"); 1869 ret = read_private_key(opt->ca_private_key_string, &private_key); 1871 err(1, "read_private_key"); 1927 ret = read_private_key(opt->certificate_private_key_string, &cert_key); 1929 err(1, "read_private_key for certificate");
|