Home
last modified time | relevance | path

Searched defs:num (Results 26 – 50 of 235) sorted by relevance

12345678910

/openssl/crypto/camellia/
H A Dcmll_ofb.c26 unsigned char *ivec, int *num) in Camellia_ofb128_encrypt()
H A Dcmll_ctr.c23 unsigned int *num) in Camellia_ctr128_encrypt()
/openssl/crypto/bn/
H A Dbn_ppc.c16 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
H A Dbn_sparc.c17 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
H A Dbn_div.c141 static int bn_left_align(BIGNUM *num) in bn_left_align()
209 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div()
264 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, in bn_div_fixed_top()
H A Dbn_mpi.c17 int num = 0; in BN_bn2mpi() local
H A Dbn_asm.c17 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, in bn_mul_add_words()
47 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words()
103 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, in bn_mul_add_words()
136 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words()
853 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont()
948 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
994 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont()
1035 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
/openssl/crypto/seed/
H A Dseed_cfb.c21 unsigned char ivec[SEED_BLOCK_SIZE], int *num, in SEED_cfb128_encrypt()
/openssl/crypto/x509/
H A Dv3_san.c305 const int num = sk_CONF_VALUE_num(nval); in v2i_issuer_alt() local
342 int i, num; in copy_issuer() local
384 const int num = sk_CONF_VALUE_num(nval); in v2i_subject_alt() local
480 const int num = sk_CONF_VALUE_num(nval); in v2i_GENERAL_NAMES() local
H A Dv3_usernotice.c23 ASN1_INTEGER *num; in ASN1_ITEM_TEMPLATE() local
/openssl/providers/fips/
H A Dfipsprov.c928 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc()
933 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc()
943 void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line) in CRYPTO_clear_free()
948 void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line) in CRYPTO_realloc()
953 void *CRYPTO_clear_realloc(void *addr, size_t old_num, size_t num, in CRYPTO_clear_realloc()
959 void *CRYPTO_secure_malloc(size_t num, const char *file, int line) in CRYPTO_secure_malloc()
964 void *CRYPTO_secure_zalloc(size_t num, const char *file, int line) in CRYPTO_secure_zalloc()
974 void CRYPTO_secure_clear_free(void *ptr, size_t num, const char *file, int line) in CRYPTO_secure_clear_free()
984 void *CRYPTO_aligned_alloc(size_t num, size_t align, void **freeptr, in CRYPTO_aligned_alloc()
/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c52 int num = ctx->num; in ossl_cipher_hw_tdes_ofb() local
73 int num = ctx->num; in ossl_cipher_hw_tdes_cfb() local
/openssl/crypto/des/
H A Dcfb64ede.c27 DES_cblock *ivec, int *num, int enc) in DES_ede3_cfb64_encrypt()
98 register int num = numbits, i; in DES_ede3_cfb_encrypt() local
/openssl/crypto/modes/
H A Dctr128.c76 unsigned char ecount_buf[16], unsigned int *num, in CRYPTO_ctr128_encrypt()
154 unsigned int *num, ctr128_f func) in CRYPTO_ctr128_encrypt_ctr32()
H A Dofb128.c27 unsigned char ivec[16], int *num, block128_f block) in CRYPTO_ofb128_encrypt()
/openssl/crypto/evp/
H A De_sm4.c160 int num = EVP_CIPHER_CTX_get_num(ctx); in sm4_cfb_cipher() local
193 int num = EVP_CIPHER_CTX_get_num(ctx); in sm4_ofb_cipher() local
205 unsigned int num; in sm4_ctr_cipher() local
H A De_des3.c84 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ede_ofb_cipher() local
96 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ede_ofb_cipher() local
139 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ede_cfb64_cipher() local
150 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ede_cfb64_cipher() local
H A De_rc2.c132 long num = 0; in rc2_get_asn1_type_and_iv() local
159 long num; in rc2_set_asn1_type_and_iv() local
/openssl/include/openssl/
H A Dsha.h46 unsigned int num; member
66 unsigned int num, md_len; member
117 unsigned int num, md_len; member
H A Dmd2.h36 unsigned int num; member
/openssl/crypto/rsa/
H A Drsa_none.c38 const unsigned char *from, int flen, int num) in RSA_padding_check_none()
H A Drsa_ossl.c103 int i, num = 0, r = -1; in rsa_ossl_public_encrypt() local
308 int i, num = 0, r = -1; in rsa_ossl_private_encrypt() local
435 unsigned char *buf, int num, unsigned char *kdk) in derive_kdk()
523 int j, num = 0, r = -1; in rsa_ossl_private_decrypt() local
710 int i, num = 0, r = -1; in rsa_ossl_public_decrypt() local
/openssl/test/
H A Drsa_mp_test.c203 BIGNUM *num = NULL; in key2048p3_v2() local
259 int num; in test_rsa_mp() local
/openssl/crypto/rand/
H A Drand_lib.c258 void RAND_seed(const void *buf, int num) in RAND_seed()
275 void RAND_add(const void *buf, int num, double randomness) in RAND_add()
298 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes()
338 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, in RAND_priv_bytes_ex()
360 int RAND_priv_bytes(unsigned char *buf, int num) in RAND_priv_bytes()
367 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, in RAND_bytes_ex()
389 int RAND_bytes(unsigned char *buf, int num) in RAND_bytes()
/openssl/crypto/
H A Dbsearch.c13 const void *ossl_bsearch(const void *key, const void *base, int num, in ossl_bsearch()

Completed in 63 milliseconds

12345678910