Home
last modified time | relevance | path

Searched refs:pnum (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_lib.c505 for (i = 0; i < pnum; i++) { in RSA_set0_multi_prime_params()
576 int pnum; in RSA_get_multi_prime_extra_count() local
579 if (pnum <= 0) in RSA_get_multi_prime_extra_count()
580 pnum = 0; in RSA_get_multi_prime_extra_count()
581 return pnum; in RSA_get_multi_prime_extra_count()
586 int pnum, i; in RSA_get0_multi_prime_factors() local
621 int pnum; in RSA_get0_multi_prime_crt_params() local
763 int pnum; in DEFINE_STACK_OF() local
771 if (pnum < 2) in DEFINE_STACK_OF()
807 if (pnum > 2) { in DEFINE_STACK_OF()
[all …]
H A Drsa_backend.c475 int pnum, i; in ossl_rsa_dup() local
520 && (pnum = sk_RSA_PRIME_INFO_num(rsa->prime_infos)) > 0) { in ossl_rsa_dup()
521 dupkey->prime_infos = sk_RSA_PRIME_INFO_new_reserve(NULL, pnum); in ossl_rsa_dup()
524 for (i = 0; i < pnum; i++) { in ossl_rsa_dup()
/openssl/crypto/stack/
H A Dstack.c322 int *pnum = pnum_matched; in internal_find() local
327 if (pnum == NULL) in internal_find()
328 pnum = &count; in internal_find()
333 *pnum = 1; in internal_find()
336 *pnum = 0; in internal_find()
350 ++*pnum; in internal_find()
356 *pnum = 0; in internal_find()
366 *pnum = 0; in internal_find()
373 ++*pnum; in internal_find()
392 int OPENSSL_sk_find_all(OPENSSL_STACK *st, const void *data, int *pnum) in OPENSSL_sk_find_all() argument
[all …]
/openssl/include/openssl/
H A Dstack.h48 int OPENSSL_sk_find_all(OPENSSL_STACK *st, const void *data, int *pnum);
H A Dsafestack.h.in149 static ossl_unused ossl_inline int sk_##t1##_find_all(STACK_OF(t1) *sk, t2 *ptr, int *pnum) \
151 return OPENSSL_sk_find_all((OPENSSL_STACK *)sk, (const void *)ptr, pnum); \
H A Drsa.h227 int pnum);
/openssl/crypto/evp/
H A Dctrl_params_translate.c1902 size_t pnum = RSA_get_multi_prime_extra_count(r); in get_rsa_payload_factor() local
1905 if (factornum - 2 < pnum in get_rsa_payload_factor()
1932 size_t pnum = RSA_get_multi_prime_extra_count(r); in get_rsa_payload_exponent() local
1935 if (exponentnum - 2 < pnum in get_rsa_payload_exponent()
1959 size_t pnum = RSA_get_multi_prime_extra_count(r); in get_rsa_payload_coefficient() local
1962 if (coefficientnum - 1 < pnum in get_rsa_payload_coefficient()
/openssl/doc/man3/
H A DDEFINE_STACK_OF.pod57 int sk_TYPE_find_all(STACK_OF(TYPE) *sk, TYPE *ptr, int *pnum);
191 sets the I<*pnum> to number of matching elements in the stack. In case
192 no comparison function has been specified the I<*pnum> will be always set
H A DRSA_get0_key.pod50 BIGNUM *coeffs[], int pnum);

Completed in 27 milliseconds