Searched refs:p (Results 1 – 5 of 5) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | bn.h | 497 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); 499 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 501 int BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 503 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, 506 int BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p, 511 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 552 int BN_is_prime(const BIGNUM *p, int nchecks, 555 int BN_is_prime_fasttest(const BIGNUM *p, int nchecks, 563 int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); 564 int BN_is_prime_fasttest_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, [all …]
|
| D | asn1.h | 173 unsigned char *p; /* work char pointer */ member 188 const unsigned char *p; /* work char pointer */ member 354 # define CHECKED_PTR_OF(type, p) \ argument 355 ((void*) (1 ? p : (type*)0)) 356 # define CHECKED_PPTR_OF(type, p) \ argument 357 ((void**) (1 ? p : (type**)0)) 956 int ASN1_check_infinite_end(unsigned char **p, long len); 957 int ASN1_const_check_infinite_end(const unsigned char **p, long len); 1080 int ASN1_STRING_set_default_mask_asc(const char *p); 1135 void ASN1_PCTX_free(ASN1_PCTX *p); [all …]
|
| D | stack.h | 89 void *sk_delete_ptr(_STACK *st, void *p);
|
| D | bio.h | 506 # define BIO_set_proxies(b,p) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,1,(char *)(p)) argument
|
| D | safestack.h | 65 # define CHECKED_PTR_OF(type, p) \ argument 66 ((void*) (1 ? p : (type*)0)) 75 # define CHECKED_STACK_OF(type, p) \ argument 76 ((_STACK*) (1 ? p : (STACK_OF(type)*)0)) 78 # define CHECKED_SK_COPY_FUNC(type, p) \ argument 79 ((void *(*)(void *)) ((1 ? p : (type *(*)(const type *))0))) 81 # define CHECKED_SK_FREE_FUNC(type, p) \ argument 82 ((void (*)(void *)) ((1 ? p : (void (*)(type *))0))) 84 # define CHECKED_SK_CMP_FUNC(type, p) \ argument 86 ((1 ? p : (int (*)(const type * const *, const type * const *))0)))
|