Home
last modified time | relevance | path

Searched refs:hmac_algorithm (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_metadata.data47 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD5 ):16:64
51 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_RIPEMD160 ):20:64
55 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_1 ):20:64
59 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_224 ):28:64
63 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_256 ):32:64
67 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_384 ):48:128
71 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_512 ):64:128
H A Dtest_suite_psa_crypto_metadata.function375 void hmac_algorithm(int alg_arg,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_metadata.data47 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD5 ):16:64
51 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_RIPEMD160 ):20:64
55 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_1 ):20:64
59 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_224 ):28:64
63 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_256 ):32:64
67 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_384 ):48:128
71 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_512 ):64:128
H A Dtest_suite_psa_crypto_metadata.function375 void hmac_algorithm(int alg_arg,
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/
Dhkdf_tests.rs73 let max_out_len = MAX_BLOCKS * alg.hmac_algorithm().digest_algorithm().output_len(); in hkdf_output_len_tests()
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c106747 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,