Home
last modified time | relevance | path

Searched refs:num (Results 251 – 275 of 385) sorted by relevance

1...<<111213141516

/openssl/crypto/
H A Ddeterministic_nonce.c83 static int int2octets(unsigned char *out, const BIGNUM *num, int rlen) in int2octets() argument
85 return BN_bn2binpad(num, out, rlen) >= 0; in int2octets()
/openssl/crypto/rsa/
H A Drsa_none.c38 const unsigned char *from, int flen, int num) in RSA_padding_check_none() argument
/openssl/crypto/bn/
H A Dbn_ctx.c351 static void BN_POOL_release(BN_POOL *p, unsigned int num) in BN_POOL_release() argument
355 p->used -= num; in BN_POOL_release()
356 while (num--) { in BN_POOL_release()
H A Dbn_exp.c830 const BN_ULONG *n0, int num); in BN_mod_exp_mont_consttime()
833 const BN_ULONG *n0, int num); in BN_mod_exp_mont_consttime()
836 const BN_ULONG *n0, int num, int power); in BN_mod_exp_mont_consttime()
837 void bn_flip_n_scatter5_t4(const BN_ULONG *inp, size_t num, in BN_mod_exp_mont_consttime()
839 void bn_gather5_t4(BN_ULONG *out, size_t num, in BN_mod_exp_mont_consttime()
841 void bn_flip_t4(BN_ULONG *dst, BN_ULONG *src, size_t num); in BN_mod_exp_mont_consttime()
945 const BN_ULONG *n0, int num, int power); in BN_mod_exp_mont_consttime()
946 void bn_scatter5(const BN_ULONG *inp, size_t num, in BN_mod_exp_mont_consttime()
948 void bn_gather5(BN_ULONG *out, size_t num, void *table, size_t power); in BN_mod_exp_mont_consttime()
951 const BN_ULONG *n0, int num, int power); in BN_mod_exp_mont_consttime()
/openssl/crypto/evp/
H A Devp_pbe.c300 int EVP_PBE_get(int *ptype, int *ppbe_nid, size_t num) in EVP_PBE_get() argument
304 if (num >= OSSL_NELEM(builtin_pbe)) in EVP_PBE_get()
307 tpbe = builtin_pbe + num; in EVP_PBE_get()
/openssl/crypto/engine/
H A Deng_dyn.c376 int num, loop; in int_load() local
383 if (!ctx->dir_load || (num = sk_OPENSSL_STRING_num(ctx->dirs)) < 1) in int_load()
385 for (loop = 0; loop < num; loop++) { in int_load()
/openssl/include/openssl/
H A Dmdc2.h35 unsigned int num; member
H A Dmd2.h36 unsigned int num; member
H A Dmd5.h45 unsigned int num; member
H A Dmd4.h46 unsigned int num; member
H A Dripemd.h41 unsigned int num; member
H A Dtxt_db.h50 TXT_DB *TXT_DB_read(BIO *in, int num);
/openssl/doc/man3/
H A DBF_encrypt.pod25 unsigned char *ivec, int *num, int enc);
28 unsigned char *ivec, int *num);
74 need the parameter B<num>, which is a pointer to an integer where the current
88 8 byte long initialization vector. B<num> must point at an integer which must
/openssl/include/internal/
H A Dsm3.h32 unsigned int num; member
/openssl/crypto/err/
H A Derr.c812 void ERR_add_error_data(int num, ...) in ERR_add_error_data() argument
815 va_start(args, num); in ERR_add_error_data()
816 ERR_add_error_vdata(num, args); in ERR_add_error_data()
820 void ERR_add_error_vdata(int num, va_list args) in ERR_add_error_vdata() argument
858 while (--num >= 0) { in ERR_add_error_vdata()
/openssl/include/crypto/
H A Dpoly1305.h34 size_t num; member
/openssl/crypto/ec/curve448/
H A Dcurve448.c519 uint32_t num = 31; in numtrailingzeros() local
527 num -= 16; in numtrailingzeros()
532 num -= 8; in numtrailingzeros()
537 num -= 4; in numtrailingzeros()
542 num -= 2; in numtrailingzeros()
546 num--; in numtrailingzeros()
548 return num; in numtrailingzeros()
/openssl/apps/lib/
H A Ds_cb.c691 size_t num, i; in msg_cb() local
694 num = len; in msg_cb()
695 for (i = 0; i < num; i++) { in msg_cb()
1171 size_t i, rlistlen, num; in print_raw_cipherlist() local
1175 num = SSL_get0_raw_cipherlist(s, NULL); in print_raw_cipherlist()
1176 OPENSSL_assert(num == 2); in print_raw_cipherlist()
1179 for (i = 0; i < rlistlen; i += num, rlist += num) { in print_raw_cipherlist()
1185 } else if (memcmp(rlist, scsv_id, num) == 0) { in print_raw_cipherlist()
1190 for (j = 0; j < num; j++) in print_raw_cipherlist()
/openssl/test/
H A Dsparse_array_test.c70 size_t num; in test_sparse_array_num() member
89 || !TEST_size_t_eq(ossl_sa_char_num(sa), cases[i].num)) in test_sparse_array_num()
H A Dtls13ccstest.c31 static long watchccs_ctrl(BIO *b, int cmd, long num, void *ptr);
213 static long watchccs_ctrl(BIO *bio, int cmd, long num, void *ptr) in watchccs_ctrl() argument
226 ret = BIO_ctrl(next, cmd, num, ptr); in watchccs_ctrl()
H A Dsslcorrupttest.c58 static long tls_corrupt_ctrl(BIO *bio, int cmd, long num, void *ptr) in tls_corrupt_ctrl() argument
71 ret = BIO_ctrl(next, cmd, num, ptr); in tls_corrupt_ctrl()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw_s390x.inc123 unsigned int i, l, num;
158 num = 0;
177 &num, (ctr128_f)AES_ctr32_encrypt);
182 &num, (ctr128_f)AES_ctr32_encrypt);
/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl92 $num="r5";
251 subic. $num,$num,1
/openssl/providers/common/include/prov/
H A Dbio.h25 int ossl_prov_bio_ctrl(OSSL_CORE_BIO *bio, int cmd, long num, void *ptr);
/openssl/crypto/ec/
H A Dec2_smpl.c681 int ossl_ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, in ossl_ec_GF2m_simple_points_make_affine() argument
686 for (i = 0; i < num; i++) { in ossl_ec_GF2m_simple_points_make_affine()
869 const BIGNUM *scalar, size_t num, in ec_GF2m_simple_points_mul() argument
891 if (num > 1 || BN_is_zero(group->order) || BN_is_zero(group->cofactor)) in ec_GF2m_simple_points_mul()
892 return ossl_ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx); in ec_GF2m_simple_points_mul()
894 if (scalar != NULL && num == 0) in ec_GF2m_simple_points_mul()
898 if (scalar == NULL && num == 1) in ec_GF2m_simple_points_mul()

Completed in 85 milliseconds

1...<<111213141516