HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_SIGNATURE_PARAM_DETERMINISTIC (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ml_dsa_sig.c 272 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DETERMINISTIC);
293 OSSL_PARAM_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, 0),
slh_dsa_sig.c 290 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DETERMINISTIC);
306 OSSL_PARAM_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, 0),
  /src/crypto/external/apache2/openssl/include/openssl/
core_names.h 540 # define OSSL_SIGNATURE_PARAM_DETERMINISTIC "deterministic"
  /src/crypto/external/apache2/openssl/dist/fuzz/
slh-dsa.c 361 params[paramidx++] = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC,
  /src/crypto/external/apache2/openssl/dist/test/
slh_dsa_test.c 257 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, &deterministic);
473 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, &deterministic);
ml_dsa_test.c 135 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_DETERMINISTIC, &deterministic);
  /src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_data.inc 2875 ST_KAT_PARAM_INT(OSSL_SIGNATURE_PARAM_DETERMINISTIC, ml_dsa_deterministic),
2929 ST_KAT_PARAM_INT(OSSL_SIGNATURE_PARAM_DETERMINISTIC, deterministic),

Completed in 28 milliseconds