Searched refs:asn1_string_get_int64 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | a_int.c | 327 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() function 527 return asn1_string_get_int64(pr, a, V_ASN1_INTEGER); in ASN1_INTEGER_get_int64() 576 return asn1_string_get_int64(pr, a, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_get_int64()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_int.c | 319 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() function 515 return asn1_string_get_int64(pr, a, V_ASN1_INTEGER); in ASN1_INTEGER_get_int64() 564 return asn1_string_get_int64(pr, a, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_get_int64()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 56 ASN1_F_ASN1_STRING_GET_INT64:227:asn1_string_get_int64
|