Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dctrl_params_translate.c210 char name_buf[OSSL_MAX_NAME_SIZE]; member
764 ctx->p2 = ctx->name_buf; in fix_cipher_md()
765 ctx->p1 = sizeof(ctx->name_buf); in fix_cipher_md()
873 ctx->p2 = ctx->name_buf; in fix_kdf_type()
969 OBJ_obj2txt(ctx->name_buf, sizeof(ctx->name_buf), ctx->p2, 0); in fix_oid()
1247 ctx->p2 = ctx->name_buf; in fix_rsa_padding_mode()
1368 ctx->p2 = ctx->name_buf; in fix_rsa_pss_saltlen()
1379 BIO_snprintf(ctx->name_buf, sizeof(ctx->name_buf), "%d", ctx->p1); in fix_rsa_pss_saltlen()
1382 strncpy(ctx->name_buf, str_value_map[i].ptr, sizeof(ctx->name_buf) - 1); in fix_rsa_pss_saltlen()
1383 ctx->name_buf[sizeof(ctx->name_buf) - 1] = '\0'; in fix_rsa_pss_saltlen()
[all …]

Completed in 6 milliseconds