Home
last modified time | relevance | path

Searched refs:RAND_bytes (Results 1 – 11 of 11) sorted by relevance

/crypto/asn1/
A Dp5_scrypt.c89 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 Docsp_ext.c269 else if (RAND_bytes(tmpval, len) <= 0) in ocsp_add1_nonce()
/crypto/evp/
A De_des3.c378 if (RAND_bytes(ctx->iv, 8) <= 0) in des_ede3_wrap()
A Dbio_ok.c457 if (RAND_bytes(md_data, md_size) <= 0) in sig_out()
A De_aria.c318 && RAND_bytes(gctx->iv + arg, gctx->ivlen - arg) <= 0) in aria_gcm_ctrl()
A De_aes_cbc_hmac_sha1.c184 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0) in tls1_1_multi_block_encrypt()
A De_aes_cbc_hmac_sha256.c178 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0) in tls1_1_multi_block_encrypt()
A De_aes.c1518 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 Dbn_local.h192 (void)RAND_bytes(&_tmp_char, 1); /* Debug only - safe to ignore error return */\
/crypto/rand/
A Drand_lib.c497 int RAND_bytes(unsigned char *buf, int num) in RAND_bytes() function
/crypto/pem/
A Dpem_lib.c385 if (RAND_bytes(iv, EVP_CIPHER_get_iv_length(enc)) <= 0) in PEM_ASN1_write_bio_internal()

Completed in 38 milliseconds