Searched defs:pr (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | a_int.c | 213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64() 255 static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, in asn1_get_int64() 327 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() 361 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64() 525 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_int64() 535 int ASN1_INTEGER_get_uint64(uint64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_uint64() 574 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a) in ASN1_ENUMERATED_get_int64()
|
/openssl-master/crypto/dsa/ |
A D | dsa_sign.c | 135 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0()
|
/openssl-master/crypto/cmp/ |
A D | cmp_server.c | 382 OSSL_CMP_POLLREQ *pr; in process_pollReq() local
|
/openssl-master/crypto/ec/ |
A D | ec_asn1.c | 1278 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0()
|
/openssl-master/test/ |
A D | evp_test.c | 1923 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64()
|
Completed in 15 milliseconds