Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dctrl_params_translate.c208 char name_buf[OSSL_MAX_NAME_SIZE]; member
763 ctx->p2 = ctx->name_buf; in fix_cipher_md()
872 ctx->p2 = ctx->name_buf; in fix_kdf_type()
968 OBJ_obj2txt(ctx->name_buf, sizeof(ctx->name_buf), ctx->p2, 0); in fix_oid()
1162 p2 = ctx->name_buf; in fix_ec_paramgen_curve_nid()
1278 ctx->p2 = ctx->name_buf; in fix_rsa_padding_mode()
1399 ctx->p2 = ctx->name_buf; in fix_rsa_pss_saltlen()
1410 BIO_snprintf(ctx->name_buf, sizeof(ctx->name_buf), "%d", ctx->p1); in fix_rsa_pss_saltlen()
1413 strncpy(ctx->name_buf, str_value_map[i].ptr, sizeof(ctx->name_buf) - 1); in fix_rsa_pss_saltlen()
1414 ctx->name_buf[sizeof(ctx->name_buf) - 1] = '\0'; in fix_rsa_pss_saltlen()
[all …]

Completed in 14 milliseconds