/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
ameth_lib.c | 118 const EVP_PKEY_ASN1_METHOD *, ameth); 127 const EVP_PKEY_ASN1_METHOD *, ameth); 206 const EVP_PKEY_ASN1_METHOD *ameth; local 213 ameth = ENGINE_pkey_asn1_find_str(&e, str, len); 214 if (ameth) 220 ameth = NULL; 223 return ameth; 230 ameth = EVP_PKEY_asn1_get0(i); 231 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) 233 if (((int)strlen(ameth->pem_str) == len) && 256 EVP_PKEY_ASN1_METHOD *ameth; local 291 EVP_PKEY_ASN1_METHOD *ameth; local [all...] |
i2d_pr.c | 67 if (a->ameth && a->ameth->old_priv_encode) 69 return a->ameth->old_priv_encode(a, pp); 71 if (a->ameth && a->ameth->priv_encode) {
|
a_verify.c | 159 if (!pkey->ameth || !pkey->ameth->item_verify) 164 ret = pkey->ameth->item_verify(&ctx, it, asn, a, 185 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id)
|
d2i_pr.c | 102 if (!ret->ameth->old_priv_decode || 103 !ret->ameth->old_priv_decode(ret, pp, length)) 105 if (ret->ameth->priv_decode)
|
x_pubkey.c | 98 if (pkey->ameth) 100 if (pkey->ameth->pub_encode) 102 if (!pkey->ameth->pub_encode(pk, pkey)) 159 if (ret->ameth->pub_decode) 161 if (!ret->ameth->pub_decode(ret, key))
|
a_sign.c | 251 if (pkey->ameth->item_sign) 253 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2, 275 if (!pkey->ameth || 278 pkey->ameth->pkey_id)) 288 if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
|
/external/openssl/crypto/asn1/ |
ameth_lib.c | 118 const EVP_PKEY_ASN1_METHOD *, ameth); 127 const EVP_PKEY_ASN1_METHOD *, ameth); 206 const EVP_PKEY_ASN1_METHOD *ameth; local 213 ameth = ENGINE_pkey_asn1_find_str(&e, str, len); 214 if (ameth) 220 ameth = NULL; 223 return ameth; 230 ameth = EVP_PKEY_asn1_get0(i); 231 if (ameth->pkey_flags & ASN1_PKEY_ALIAS) 233 if (((int)strlen(ameth->pem_str) == len) && 256 EVP_PKEY_ASN1_METHOD *ameth; local 291 EVP_PKEY_ASN1_METHOD *ameth; local [all...] |
i2d_pr.c | 67 if (a->ameth && a->ameth->old_priv_encode) 69 return a->ameth->old_priv_encode(a, pp); 71 if (a->ameth && a->ameth->priv_encode) {
|
a_verify.c | 159 if (!pkey->ameth || !pkey->ameth->item_verify) 164 ret = pkey->ameth->item_verify(&ctx, it, asn, a, 185 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id)
|
d2i_pr.c | 102 if (!ret->ameth->old_priv_decode || 103 !ret->ameth->old_priv_decode(ret, pp, length)) 105 if (ret->ameth->priv_decode)
|
x_pubkey.c | 98 if (pkey->ameth) 100 if (pkey->ameth->pub_encode) 102 if (!pkey->ameth->pub_encode(pk, pkey)) 159 if (ret->ameth->pub_decode) 161 if (!ret->ameth->pub_decode(ret, key))
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
p_lib.c | 87 if (pkey && pkey->ameth && pkey->ameth->pkey_bits) 88 return pkey->ameth->pkey_bits(pkey); 94 if (pkey && pkey->ameth && pkey->ameth->pkey_size) 95 return pkey->ameth->pkey_size(pkey); 137 if (from->ameth && from->ameth->param_copy) 138 return from->ameth->param_copy(to, from); 145 if (pkey->ameth && pkey->ameth->param_missing 215 const EVP_PKEY_ASN1_METHOD *ameth; local 369 const EVP_PKEY_ASN1_METHOD *ameth; local [all...] |
evp_pkey.c | 90 if (pkey->ameth->priv_decode) 92 if (!pkey->ameth->priv_decode(pkey, p8)) 129 if (pkey->ameth) 131 if (pkey->ameth->priv_encode) 133 if (!pkey->ameth->priv_encode(p8, pkey))
|
/external/openssl/crypto/evp/ |
p_lib.c | 87 if (pkey && pkey->ameth && pkey->ameth->pkey_bits) 88 return pkey->ameth->pkey_bits(pkey); 94 if (pkey && pkey->ameth && pkey->ameth->pkey_size) 95 return pkey->ameth->pkey_size(pkey); 137 if (from->ameth && from->ameth->param_copy) 138 return from->ameth->param_copy(to, from); 145 if (pkey->ameth && pkey->ameth->param_missing 215 const EVP_PKEY_ASN1_METHOD *ameth; local 369 const EVP_PKEY_ASN1_METHOD *ameth; local [all...] |
evp_pkey.c | 90 if (pkey->ameth->priv_decode) 92 if (!pkey->ameth->priv_decode(pkey, p8)) 129 if (pkey->ameth) 131 if (pkey->ameth->priv_encode) 133 if (!pkey->ameth->priv_encode(p8, pkey))
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
tb_asnmth.c | 182 EVP_PKEY_ASN1_METHOD *ameth; local 190 e->pkey_asn1_meths(e, &ameth, NULL, nids[i]); 191 if (((int)strlen(ameth->pem_str) == len) && 192 !strncasecmp(ameth->pem_str, str, len)) 193 return ameth; 201 const EVP_PKEY_ASN1_METHOD *ameth; member in struct:__anon13643 210 if (lk->ameth) 215 EVP_PKEY_ASN1_METHOD *ameth; local 216 e->pkey_asn1_meths(e, &ameth, NULL, nid); 217 if (((int)strlen(ameth->pem_str) == lk->len) && [all...] |
/external/openssl/crypto/engine/ |
tb_asnmth.c | 182 EVP_PKEY_ASN1_METHOD *ameth; local 190 e->pkey_asn1_meths(e, &ameth, NULL, nids[i]); 191 if (((int)strlen(ameth->pem_str) == len) && 192 !strncasecmp(ameth->pem_str, str, len)) 193 return ameth; 201 const EVP_PKEY_ASN1_METHOD *ameth; member in struct:__anon24219 210 if (lk->ameth) 215 EVP_PKEY_ASN1_METHOD *ameth; local 216 e->pkey_asn1_meths(e, &ameth, NULL, nid); 217 if (((int)strlen(ameth->pem_str) == lk->len) && [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
pem_pkey.c | 124 const EVP_PKEY_ASN1_METHOD *ameth; local 125 ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen); 126 if (!ameth || !ameth->old_priv_decode) 128 ret=d2i_PrivateKey(ameth->pkey_id,x,&p,len); 145 if (!x->ameth || x->ameth->priv_encode) 150 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); 175 || !ret->ameth->param_decode 176 || !ret->ameth->param_decode(ret, &p, len) [all...] |
pem_lib.c | 195 const EVP_PKEY_ASN1_METHOD *ameth; local 207 ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen); 208 if (ameth && ameth->old_priv_decode) 217 const EVP_PKEY_ASN1_METHOD *ameth; local 222 ameth = EVP_PKEY_asn1_find_str(&e, nm, slen); 223 if (ameth) 226 if (ameth->param_decode)
|
/external/openssl/crypto/pem/ |
pem_pkey.c | 124 const EVP_PKEY_ASN1_METHOD *ameth; local 125 ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen); 126 if (!ameth || !ameth->old_priv_decode) 128 ret=d2i_PrivateKey(ameth->pkey_id,x,&p,len); 145 if (!x->ameth || x->ameth->priv_encode) 150 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); 175 || !ret->ameth->param_decode 176 || !ret->ameth->param_decode(ret, &p, len) [all...] |
pem_lib.c | 195 const EVP_PKEY_ASN1_METHOD *ameth; local 207 ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen); 208 if (ameth && ameth->old_priv_decode) 217 const EVP_PKEY_ASN1_METHOD *ameth; local 222 ameth = EVP_PKEY_asn1_find_str(&e, nm, slen); 223 if (ameth) 226 if (ameth->param_decode)
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
genpkey.c | 367 const EVP_PKEY_ASN1_METHOD *ameth; local 377 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); 380 if (!ameth && e) 381 ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1); 384 if (!ameth) 392 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
|
/external/openssl/apps/ |
genpkey.c | 367 const EVP_PKEY_ASN1_METHOD *ameth; local 377 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1); 380 if (!ameth && e) 381 ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1); 384 if (!ameth) 392 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
pk7_lib.c | 394 if (pkey->ameth && pkey->ameth->pkey_ctrl) 396 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN, 546 if (!pkey || !pkey->ameth || !pkey->ameth->pkey_ctrl) 553 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_ENCRYPT,
|
/external/openssl/crypto/pkcs7/ |
pk7_lib.c | 394 if (pkey->ameth && pkey->ameth->pkey_ctrl) 396 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN, 546 if (!pkey || !pkey->ameth || !pkey->ameth->pkey_ctrl) 553 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_ENCRYPT,
|