Searched refs:hmac_algorithm (Results 1 – 7 of 7) sorted by relevance
47 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD5 ):16:6451 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_RIPEMD160 ):20:6455 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_1 ):20:6459 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_224 ):28:6463 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_256 ):32:6467 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_384 ):48:12871 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_512 ):64:128
375 void hmac_algorithm(int alg_arg,
30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
73 let max_out_len = MAX_BLOCKS * alg.hmac_algorithm().digest_algorithm().output_len(); in hkdf_output_len_tests()
106747 int hmac_algorithm;108601 ctx->hmac_sz = ctx->provider->get_hmac_sz(ctx->provider_ctx, ctx->hmac_algorithm);108870 ctx->hmac_algorithm = algorithm;108879 return ctx->hmac_algorithm;109189 ctx->provider_ctx, ctx->hmac_algorithm, c_ctx->hmac_key,