Searched refs:RAND_bytes (Results 1 – 11 of 11) sorted by relevance
| /crypto/asn1/ |
| A D | p5_scrypt.c | 89 else if (RAND_bytes(iv, EVP_CIPHER_get_iv_length(cipher)) <= 0) in PKCS5_pbe2_set_scrypt() 177 if (salt == NULL && RAND_bytes(sparam->salt->data, saltlen) <= 0) in pkcs5_scrypt_set()
|
| /crypto/ocsp/ |
| A D | ocsp_ext.c | 269 else if (RAND_bytes(tmpval, len) <= 0) in ocsp_add1_nonce()
|
| /crypto/evp/ |
| A D | e_des3.c | 378 if (RAND_bytes(ctx->iv, 8) <= 0) in des_ede3_wrap()
|
| A D | bio_ok.c | 457 if (RAND_bytes(md_data, md_size) <= 0) in sig_out()
|
| A D | e_aria.c | 318 && RAND_bytes(gctx->iv + arg, gctx->ivlen - arg) <= 0) in aria_gcm_ctrl()
|
| A D | e_aes_cbc_hmac_sha1.c | 184 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0) in tls1_1_multi_block_encrypt()
|
| A D | e_aes_cbc_hmac_sha256.c | 178 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0) in tls1_1_multi_block_encrypt()
|
| A D | e_aes.c | 1518 if (enc && RAND_bytes(gctx->iv + arg, gctx->ivlen - arg) <= 0) in s390x_aes_gcm_ctrl() 2710 if (c->encrypt && RAND_bytes(gctx->iv + arg, gctx->ivlen - arg) <= 0) in aes_gcm_ctrl() 3028 if (RAND_bytes(gctx->iv + offset, sz) <= 0) in aes_gcm_iv_generate()
|
| /crypto/bn/ |
| A D | bn_local.h | 192 (void)RAND_bytes(&_tmp_char, 1); /* Debug only - safe to ignore error return */\
|
| /crypto/rand/ |
| A D | rand_lib.c | 497 int RAND_bytes(unsigned char *buf, int num) in RAND_bytes() function
|
| /crypto/pem/ |
| A D | pem_lib.c | 385 if (RAND_bytes(iv, EVP_CIPHER_get_iv_length(enc)) <= 0) in PEM_ASN1_write_bio_internal()
|
Completed in 38 milliseconds