Home
last modified time | relevance | path

Searched defs:pr (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/asn1/
H A Da_int.c213 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()
328 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64()
362 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64()
523 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_int64()
533 int ASN1_INTEGER_get_uint64(uint64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_uint64()
572 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a) in ASN1_ENUMERATED_get_int64()
/openssl/crypto/dsa/
H A Ddsa_sign.c134 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0()
/openssl/crypto/cmp/
H A Dcmp_server.c506 OSSL_CMP_POLLREQ *pr; in process_pollReq() local
/openssl/crypto/ec/
H A Dec_asn1.c1280 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0()
/openssl/test/
H A Devp_test.c2893 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64()

Completed in 38 milliseconds