Home
last modified time | relevance | path

Searched refs:asn1_get_int (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/argyllcms/Argyll_V1.9.2/ccast/axTLS/
H A Dasn1.c120 int asn1_get_int(const uint8_t *buf, int *offset, uint8_t **object) in asn1_get_int() function
166 mod_len = asn1_get_int(buf, &offset, &modulus); in asn1_get_private_key()
167 pub_len = asn1_get_int(buf, &offset, &pub_exp); in asn1_get_private_key()
168 priv_len = asn1_get_int(buf, &offset, &priv_exp); in asn1_get_private_key()
174 p_len = asn1_get_int(buf, &offset, &p); in asn1_get_private_key()
175 q_len = asn1_get_int(buf, &offset, &q); in asn1_get_private_key()
176 dP_len = asn1_get_int(buf, &offset, &dP); in asn1_get_private_key()
177 dQ_len = asn1_get_int(buf, &offset, &dQ); in asn1_get_private_key()
178 qInv_len = asn1_get_int(buf, &offset, &qInv); in asn1_get_private_key()
398 mod_len = asn1_get_int(cert, offset, &modulus); in asn1_public_key()
[all …]
H A Dp12.c108 if (asn1_get_int(buf, &offset, &version) > 0 && *version == 0) in pkcs8_decode()
260 if (asn1_get_int(buf, &offset, &version) < 0 || *version != 3) in pkcs12_decode()
466 if ((len = asn1_get_int(buf, offset, &iter)) < 0) in get_pbe_params()
H A Dcrypto_misc.h133 int asn1_get_int(const uint8_t *buf, int *offset, uint8_t **object);
/dports/security/axTLS/axTLS/ssl/
H A Dasn1.c120 int asn1_get_int(const uint8_t *buf, int *offset, uint8_t **object) in asn1_get_int() function
166 mod_len = asn1_get_int(buf, &offset, &modulus); in asn1_get_private_key()
167 pub_len = asn1_get_int(buf, &offset, &pub_exp); in asn1_get_private_key()
168 priv_len = asn1_get_int(buf, &offset, &priv_exp); in asn1_get_private_key()
174 p_len = asn1_get_int(buf, &offset, &p); in asn1_get_private_key()
175 q_len = asn1_get_int(buf, &offset, &q); in asn1_get_private_key()
176 dP_len = asn1_get_int(buf, &offset, &dP); in asn1_get_private_key()
177 dQ_len = asn1_get_int(buf, &offset, &dQ); in asn1_get_private_key()
178 qInv_len = asn1_get_int(buf, &offset, &qInv); in asn1_get_private_key()
398 mod_len = asn1_get_int(cert, offset, &modulus); in asn1_public_key()
[all …]
H A Dp12.c108 if (asn1_get_int(buf, &offset, &version) > 0 && *version == 0) in pkcs8_decode()
260 if (asn1_get_int(buf, &offset, &version) < 0 || *version != 3) in pkcs12_decode()
466 if ((len = asn1_get_int(buf, offset, &iter)) < 0) in get_pbe_params()
H A Dcrypto_misc.h133 int asn1_get_int(const uint8_t *buf, int *offset, uint8_t **object);
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/ThirdParty/axTLS/ssl/
H A Dasn1.c122 int asn1_get_int(const uint8_t *buf, int *offset, uint8_t **object) in asn1_get_int() function
168 mod_len = asn1_get_int(buf, &offset, &modulus); in asn1_get_private_key()
169 pub_len = asn1_get_int(buf, &offset, &pub_exp); in asn1_get_private_key()
170 priv_len = asn1_get_int(buf, &offset, &priv_exp); in asn1_get_private_key()
176 p_len = asn1_get_int(buf, &offset, &p); in asn1_get_private_key()
177 q_len = asn1_get_int(buf, &offset, &q); in asn1_get_private_key()
178 dP_len = asn1_get_int(buf, &offset, &dP); in asn1_get_private_key()
179 dQ_len = asn1_get_int(buf, &offset, &dQ); in asn1_get_private_key()
180 qInv_len = asn1_get_int(buf, &offset, &qInv); in asn1_get_private_key()
507 mod_len = asn1_get_int(cert, offset, &modulus); in asn1_public_key()
[all …]
H A Dp12.c108 if (asn1_get_int(buf, &offset, &version) > 0 && *version == 0) in pkcs8_decode()
260 if (asn1_get_int(buf, &offset, &version) < 0 || *version != 3) in pkcs12_decode()
466 if ((len = asn1_get_int(buf, offset, &iter)) < 0) in get_pbe_params()
H A Dcrypto_misc.h142 int asn1_get_int(const uint8_t *buf, int *offset, uint8_t **object);
/dports/security/libssh/libssh-0.9.6/src/
H A Dpki_gcrypt.c568 v = asn1_get_int(buffer); in b64decode_rsa_privatekey()
581 n = asn1_get_int(buffer); in b64decode_rsa_privatekey()
582 e = asn1_get_int(buffer); in b64decode_rsa_privatekey()
583 d = asn1_get_int(buffer); in b64decode_rsa_privatekey()
584 q = asn1_get_int(buffer); in b64decode_rsa_privatekey()
585 p = asn1_get_int(buffer); in b64decode_rsa_privatekey()
588 u = asn1_get_int(buffer); in b64decode_rsa_privatekey()
651 v = asn1_get_int(buffer); in b64decode_dsa_privatekey()
664 p = asn1_get_int(buffer); in b64decode_dsa_privatekey()
665 q = asn1_get_int(buffer); in b64decode_dsa_privatekey()
[all …]
/dports/lang/micropython/axtls-531cab9/ssl/
H A Dcrypto_misc.h169 int asn1_get_int(const uint8_t *buf, int *offset, int32_t *val);
H A Dasn1.c179 int asn1_get_int(const uint8_t *buf, int *offset, int32_t *val) in asn1_get_int() function
395 return asn1_get_int(cert, offset, val); in asn1_version()
H A Dx509.c296 if ((lenSeq>3) && (asn1_get_int(cert, &offset, in x509_v3_basic_constraints()
/dports/lang/gauche/Gauche-0.9.10/ext/tls/axTLS/ssl/
H A Dcrypto_misc.h169 int asn1_get_int(const uint8_t *buf, int *offset, int32_t *val);
H A Dasn1.c179 int asn1_get_int(const uint8_t *buf, int *offset, int32_t *val) in asn1_get_int() function
395 return asn1_get_int(cert, offset, val); in asn1_version()
H A Dx509.c296 if ((lenSeq>3) && (asn1_get_int(cert, &offset, in x509_v3_basic_constraints()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/crypto/axtls/
H A Dcrypto.h255 int asn1_get_int(const uint8_t *buf, int *offset, uint8_t **object);
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dx509parse.c122 asn1_get_int(const unsigned char **p, const unsigned char *end, int *val) in asn1_get_int() function
191 err = asn1_get_int(p, end, ver); in x509_get_version()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dx509parse.c122 asn1_get_int(const unsigned char **p, const unsigned char *end, int *val) in asn1_get_int() function
191 err = asn1_get_int(p, end, ver); in x509_get_version()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dx509parse.c122 asn1_get_int(const unsigned char **p, const unsigned char *end, int *val) in asn1_get_int() function
191 err = asn1_get_int(p, end, ver); in x509_get_version()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dx509parse.c122 asn1_get_int(const unsigned char **p, const unsigned char *end, int *val) in asn1_get_int() function
191 err = asn1_get_int(p, end, ver); in x509_get_version()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/include/mbedtls/
H A Dcompat-1.3.h1747 #define asn1_get_int mbedtls_asn1_get_int macro
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/
H A Dcompat-1.3.h1745 #define asn1_get_int mbedtls_asn1_get_int macro
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/
H A Dcompat-1.3.h1651 #define asn1_get_int mbedtls_asn1_get_int macro
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/include/mbedtls/
H A Dcompat-1.3.h1774 #define asn1_get_int mbedtls_asn1_get_int

12