Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1253 static const OSSL_ITEM str_value_map[] = { in fix_rsa_padding_mode() local
1322 for (i = 0; i < OSSL_NELEM(str_value_map); i++) { in fix_rsa_padding_mode()
1323 if (ctx->p1 == (int)str_value_map[i].id) in fix_rsa_padding_mode()
1326 if (i == OSSL_NELEM(str_value_map)) { in fix_rsa_padding_mode()
1336 if (str_value_map[i].ptr == NULL) { in fix_rsa_padding_mode()
1340 ctx->p2 = str_value_map[i].ptr; in fix_rsa_padding_mode()
1351 for (i = 0; i < OSSL_NELEM(str_value_map); i++) { in fix_rsa_padding_mode()
1352 if (strcmp(ctx->p2, str_value_map[i].ptr) == 0) in fix_rsa_padding_mode()
1356 if (i == OSSL_NELEM(str_value_map)) { in fix_rsa_padding_mode()
1363 *(int *)ctx->orig_p2 = str_value_map[i].id; in fix_rsa_padding_mode()
[all …]