Symbol: get_eddsa_hash_type
crypto/libecc/src/sig/eddsa.c
1063
MUST_HAVE(((hash_type = get_eddsa_hash_type(sig_type)) != UNKNOWN_HASH_ALG), ret, err);
crypto/libecc/src/sig/eddsa.c
1149
MUST_HAVE((key_type == key_pair->pub_key.key_type) && (h->type == get_eddsa_hash_type(key_type)), ret, err);
crypto/libecc/src/sig/eddsa.c
1209
MUST_HAVE((ctx->h->type == get_eddsa_hash_type(key_type)), ret, err);
crypto/libecc/src/sig/eddsa.c
1277
MUST_HAVE((key_type == ctx->key_pair->pub_key.key_type) && (ctx->h->type == get_eddsa_hash_type(key_type)), ret, err);
crypto/libecc/src/sig/eddsa.c
1618
MUST_HAVE((get_eddsa_hash_type(sig_type) == hash_type), ret, err);
crypto/libecc/src/sig/eddsa.c
1973
MUST_HAVE((ctx->h->type == get_eddsa_hash_type(key_type)), ret, err);
crypto/libecc/src/sig/eddsa.c
2096
MUST_HAVE(ctx->h->type == get_eddsa_hash_type(key_type), ret, err);
crypto/libecc/src/sig/eddsa.c
2172
MUST_HAVE((ctx->h->type == get_eddsa_hash_type(key_type)), ret, err);
crypto/libecc/src/sig/eddsa.c
2398
MUST_HAVE((hash_type == get_eddsa_hash_type(key_type)), ret, err);
crypto/libecc/src/sig/eddsa.c
2734
MUST_HAVE((hash_type == get_eddsa_hash_type(key_type)), ret, err);
crypto/libecc/src/sig/eddsa.c
318
MUST_HAVE(((hash_type = get_eddsa_hash_type(in_priv->key_type)) != UNKNOWN_HASH_ALG), ret, err);
crypto/libecc/src/sig/eddsa.c
586
MUST_HAVE(((hash_type = get_eddsa_hash_type(in_priv->key_type)) != UNKNOWN_HASH_ALG), ret, err);
crypto/libecc/src/sig/eddsa.c
628
MUST_HAVE(((hash_type = get_eddsa_hash_type(priv_key->key_type)) != UNKNOWN_HASH_ALG), ret, err);
crypto/libecc/src/sig/eddsa.c
709
MUST_HAVE(((hash_type = get_eddsa_hash_type(priv_key->key_type)) != UNKNOWN_HASH_ALG), ret, err);
crypto/libecc/src/sig/eddsa.c
755
hash_type = get_eddsa_hash_type(sig_type);
crypto/libecc/src/sig/eddsa.c
813
MUST_HAVE(((hash_type = get_eddsa_hash_type(in_priv->key_type)) != UNKNOWN_HASH_ALG), ret, err);