Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 4 of 4) sorted by relevance

/test/
A Dml_dsa_test.c132 int encode = 0, deterministic = 1; in ml_dsa_siggen_test() local
135 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_MESSAGE_ENCODING, &encode); in ml_dsa_siggen_test()
180 int encode = 0; in ml_dsa_sigver_test() local
182 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_MESSAGE_ENCODING, &encode); in ml_dsa_sigver_test()
217 int encode = 0, deterministic = 1; in ml_dsa_siggen_upd_test() local
220 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_MESSAGE_ENCODING, &encode); in ml_dsa_siggen_upd_test()
266 int encode = 0; in ml_dsa_sigver_upd_test() local
268 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_MESSAGE_ENCODING, &encode); in ml_dsa_sigver_upd_test()
A Dslh_dsa_test.c215 int encode = 0; in do_slh_dsa_verify() local
217 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_MESSAGE_ENCODING, &encode); in do_slh_dsa_verify()
250 int encode = 0, deterministic = 1; in slh_dsa_sign_verify_test() local
253 *p++ = OSSL_PARAM_construct_int(OSSL_SIGNATURE_PARAM_MESSAGE_ENCODING, &encode); in slh_dsa_sign_verify_test()
A Dbio_base64_test.c93 static int encode(unsigned const char *buf, unsigned buflen, char *encoded, in encode() function
167 || encode(buf, buflen, encoded, trunc, llen, wscnt, mem) <= 0 in genb64()
/test/recipes/
A D80-test_pkcs12.t39 $pass = Encode::encode("cp1253",Encode::decode("utf-8",$pass));

Completed in 14 milliseconds