Home
last modified time | relevance | path

Searched refs:pubkey_buf (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/toxic/toxic-0.11.3/src/
H A Dpython_api.c118 char pubkey_buf[TOX_PUBLIC_KEY_SIZE * 2 + 1]; in python_api_get_all_friends() local
129 snprintf(pubkey_buf + ii * 2, 3, "%02X", friends.list[i].pub_key[ii] & 0xff); in python_api_get_all_friends()
132 pubkey_buf[TOX_PUBLIC_KEY_SIZE * 2] = '\0'; in python_api_get_all_friends()
133 PyObject *cur = Py_BuildValue("(s,s)", friends.list[i].name, pubkey_buf); in python_api_get_all_friends()
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/ccgost/
H A Dgost_ameth.c602 const unsigned char *pubkey_buf = NULL; in pub_decode_gost94() local
609 if (!X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub)) in pub_decode_gost94()
614 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost94()
673 const unsigned char *pubkey_buf = NULL; in pub_decode_gost01() local
683 if (!X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub)) in pub_decode_gost01()
689 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost01()
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/ccgost/
H A Dgost_ameth.c602 const unsigned char *pubkey_buf = NULL; in pub_decode_gost94() local
609 if (!X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub)) in pub_decode_gost94()
614 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost94()
673 const unsigned char *pubkey_buf = NULL; in pub_decode_gost01() local
683 if (!X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub)) in pub_decode_gost01()
689 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost01()
/dports/security/libressl-static/libressl-3.3.5/crypto/gost/
H A Dgostr341001_ameth.c193 const unsigned char *pubkey_buf = NULL;
204 if (X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub)
219 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len);
/dports/security/libressl/libressl-3.4.3/crypto/gost/
H A Dgostr341001_ameth.c193 const unsigned char *pubkey_buf = NULL; in pub_decode_gost01() local
204 if (X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub) in pub_decode_gost01()
219 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost01()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/gost/
H A Dgostr341001_ameth.c193 const unsigned char *pubkey_buf = NULL; in pub_decode_gost01() local
204 if (X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub) in pub_decode_gost01()
219 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost01()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/gost/
H A Dgostr341001_ameth.c193 const unsigned char *pubkey_buf = NULL; in pub_decode_gost01() local
204 if (X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub) in pub_decode_gost01()
219 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost01()
/dports/www/obhttpd/libressl-3.4.1/crypto/gost/
H A Dgostr341001_ameth.c193 const unsigned char *pubkey_buf = NULL; in pub_decode_gost01() local
204 if (X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub) in pub_decode_gost01()
219 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost01()
/dports/security/gost-engine/engine-7ed64cd/
H A Dgost_ameth.c657 const unsigned char *pubkey_buf = NULL; in pub_decode_gost_ec() local
667 if (!X509_PUBKEY_get0_param(&palgobj, &pubkey_buf, &pub_len, &palg, pub)) in pub_decode_gost_ec()
673 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len); in pub_decode_gost_ec()