Searched refs:inbyte (Results 1 – 2 of 2) sorted by relevance
70 const unsigned char inbyte, in hash_df() argument96 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() argument184 && EVP_DigestUpdate(ctx, &inbyte, 1) in add_hash_to_v()
51 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac() argument61 || !EVP_MAC_update(ctx, &inbyte, 1) in do_hmac()
Completed in 11 milliseconds