Home
last modified time | relevance | path

Searched refs:inbyte (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/rands/
H A Ddrbg_hash.c70 const unsigned char inbyte, in hash_df() argument
96 if (inbyte != INBYTE_IGNORE) in hash_df()
97 tmp[tmp_sz++] = inbyte; in hash_df()
177 static int add_hash_to_v(PROV_DRBG *drbg, unsigned char inbyte, in add_hash_to_v() argument
184 && EVP_DigestUpdate(ctx, &inbyte, 1) in add_hash_to_v()
H A Ddrbg_hmac.c51 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac() argument
61 || !EVP_MAC_update(ctx, &inbyte, 1) in do_hmac()

Completed in 6 milliseconds