Searched refs:encode (Results 1 – 4 of 4) sorted by relevance
/test/ |
A D | ml_dsa_test.c | 132 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 D | slh_dsa_test.c | 215 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 D | bio_base64_test.c | 93 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 D | 80-test_pkcs12.t | 39 $pass = Encode::encode("cp1253",Encode::decode("utf-8",$pass));
|
Completed in 14 milliseconds