Searched refs:ameth (Results 51 - 75 of 159) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Da_verify.c163 if (!pkey->ameth || !pkey->ameth->item_verify) {
168 ret = pkey->ameth->item_verify(&ctx, it, asn, a, signature, pkey);
187 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id) {
H A Da_sign.c251 if (pkey->ameth->item_sign) {
252 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2, signature);
271 if (!pkey->ameth ||
274 pkey->ameth->pkey_id)) {
282 if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
H A Dx_pubkey.c99 if (pkey->ameth) {
100 if (pkey->ameth->pub_encode) {
101 if (!pkey->ameth->pub_encode(pk, pkey)) {
152 if (ret->ameth->pub_decode) {
153 if (!ret->ameth->pub_decode(ret, key)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dgenpkey.c367 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dgenpkey.c333 const EVP_PKEY_ASN1_METHOD *ameth; local
342 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
345 if (!ameth && e)
346 ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1);
349 if (!ameth) {
356 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dgenpkey.c333 const EVP_PKEY_ASN1_METHOD *ameth; local
342 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
345 if (!ameth && e)
346 ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1);
349 if (!ameth) {
356 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dgenpkey.c367 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dgenpkey.c333 const EVP_PKEY_ASN1_METHOD *ameth; local
342 ameth = EVP_PKEY_asn1_find_str(&tmpeng, algname, -1);
345 if (!ameth && e)
346 ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1);
349 if (!ameth) {
356 EVP_PKEY_asn1_get0_info(&pkey_id, NULL, NULL, NULL, NULL, ameth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dgenpkey.c367 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dx_pubkey.c98 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))
H A Da_sign.c240 if (!pkey->ameth ||
242 pkey->ameth->pkey_id))
252 if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Da_sign.c251 if (pkey->ameth->item_sign) {
252 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2, signature);
271 if (!pkey->ameth ||
274 pkey->ameth->pkey_id)) {
282 if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
H A Dx_pubkey.c99 if (pkey->ameth) {
100 if (pkey->ameth->pub_encode) {
101 if (!pkey->ameth->pub_encode(pk, pkey)) {
152 if (ret->ameth->pub_decode) {
153 if (!ret->ameth->pub_decode(ret, key)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dx_pubkey.c98 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))
H A Da_sign.c240 if (!pkey->ameth ||
242 pkey->ameth->pkey_id))
252 if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Da_sign.c251 if (pkey->ameth->item_sign) {
252 rv = pkey->ameth->item_sign(ctx, it, asn, algor1, algor2, signature);
271 if (!pkey->ameth ||
274 pkey->ameth->pkey_id)) {
282 if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
H A Dx_pubkey.c99 if (pkey->ameth) {
100 if (pkey->ameth->pub_encode) {
101 if (!pkey->ameth->pub_encode(pk, pkey)) {
152 if (ret->ameth->pub_decode) {
153 if (!ret->ameth->pub_decode(ret, key)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dx_pubkey.c98 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))
H A Da_sign.c240 if (!pkey->ameth ||
242 pkey->ameth->pkey_id))
252 if (pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/ccgost/
H A Dgost_ameth.c896 int register_ameth_gost(int nid, EVP_PKEY_ASN1_METHOD **ameth, argument
899 *ameth = EVP_PKEY_asn1_new(nid, ASN1_PKEY_SIGPARAM_NULL, pemstr, info);
900 if (!*ameth)
904 EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost94);
905 EVP_PKEY_asn1_set_private(*ameth,
909 EVP_PKEY_asn1_set_param(*ameth,
913 EVP_PKEY_asn1_set_public(*ameth,
918 EVP_PKEY_asn1_set_ctrl(*ameth, pkey_ctrl_gost);
921 EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost01);
922 EVP_PKEY_asn1_set_private(*ameth,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_ameth.c861 int register_ameth_gost (int nid, EVP_PKEY_ASN1_METHOD **ameth, const char* pemstr, const char* info) argument
863 *ameth = EVP_PKEY_asn1_new(nid,
865 if (!*ameth) return 0;
869 EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost94);
870 EVP_PKEY_asn1_set_private (*ameth,
874 EVP_PKEY_asn1_set_param (*ameth,
878 EVP_PKEY_asn1_set_public (*ameth,
883 EVP_PKEY_asn1_set_ctrl (*ameth, pkey_ctrl_gost);
886 EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost01);
887 EVP_PKEY_asn1_set_private (*ameth,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_ameth.c861 int register_ameth_gost (int nid, EVP_PKEY_ASN1_METHOD **ameth, const char* pemstr, const char* info) argument
863 *ameth = EVP_PKEY_asn1_new(nid,
865 if (!*ameth) return 0;
869 EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost94);
870 EVP_PKEY_asn1_set_private (*ameth,
874 EVP_PKEY_asn1_set_param (*ameth,
878 EVP_PKEY_asn1_set_public (*ameth,
883 EVP_PKEY_asn1_set_ctrl (*ameth, pkey_ctrl_gost);
886 EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost01);
887 EVP_PKEY_asn1_set_private (*ameth,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/ccgost/
H A Dgost_ameth.c896 int register_ameth_gost(int nid, EVP_PKEY_ASN1_METHOD **ameth, argument
899 *ameth = EVP_PKEY_asn1_new(nid, ASN1_PKEY_SIGPARAM_NULL, pemstr, info);
900 if (!*ameth)
904 EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost94);
905 EVP_PKEY_asn1_set_private(*ameth,
909 EVP_PKEY_asn1_set_param(*ameth,
913 EVP_PKEY_asn1_set_public(*ameth,
918 EVP_PKEY_asn1_set_ctrl(*ameth, pkey_ctrl_gost);
921 EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost01);
922 EVP_PKEY_asn1_set_private(*ameth,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/ccgost/
H A Dgost_ameth.c896 int register_ameth_gost(int nid, EVP_PKEY_ASN1_METHOD **ameth, argument
899 *ameth = EVP_PKEY_asn1_new(nid, ASN1_PKEY_SIGPARAM_NULL, pemstr, info);
900 if (!*ameth)
904 EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost94);
905 EVP_PKEY_asn1_set_private(*ameth,
909 EVP_PKEY_asn1_set_param(*ameth,
913 EVP_PKEY_asn1_set_public(*ameth,
918 EVP_PKEY_asn1_set_ctrl(*ameth, pkey_ctrl_gost);
921 EVP_PKEY_asn1_set_free(*ameth, pkey_free_gost01);
922 EVP_PKEY_asn1_set_private(*ameth,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_ameth.c861 int register_ameth_gost (int nid, EVP_PKEY_ASN1_METHOD **ameth, const char* pemstr, const char* info) argument
863 *ameth = EVP_PKEY_asn1_new(nid,
865 if (!*ameth) return 0;
869 EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost94);
870 EVP_PKEY_asn1_set_private (*ameth,
874 EVP_PKEY_asn1_set_param (*ameth,
878 EVP_PKEY_asn1_set_public (*ameth,
883 EVP_PKEY_asn1_set_ctrl (*ameth, pkey_ctrl_gost);
886 EVP_PKEY_asn1_set_free (*ameth, pkey_free_gost01);
887 EVP_PKEY_asn1_set_private (*ameth,
[all...]

Completed in 297 milliseconds

1234567