Searched refs:input_type (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/encode_decode/ |
A D | decoder_pkey.c | 310 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey() local 327 input_type != NULL ? " from " : "", in ossl_decoder_ctx_setup_for_pkey() 328 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey() 428 const char *input_type, in OSSL_DECODER_CTX_new_for_pkey() argument 445 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey() 448 if (OSSL_DECODER_CTX_set_input_type(ctx, input_type) in OSSL_DECODER_CTX_new_for_pkey()
|
A D | decoder_lib.c | 94 const char *input_type in OSSL_DECODER_from_bio() local 103 spaces, input_type_label, input_type, comma, in OSSL_DECODER_from_bio() 181 const char *input_type) in OSSL_DECODER_CTX_set_input_type() argument 192 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type() 247 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new() 248 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new() 661 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type()
|
A D | encoder_local.h | 109 const char *input_type; /* Never NULL */ member
|
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store.c | 82 char *input_type; member 121 OPENSSL_free(ctx->_.file.input_type); in free_file_ctx() 343 OPENSSL_free(ctx->_.file.input_type); in file_set_ctx_params() 344 ctx->_.file.input_type = NULL; in file_set_ctx_params() 345 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params() 435 ctx->_.file.input_type)) { in file_setup_decoders()
|
/openssl-master/include/openssl/ |
A D | decoder.h | 74 const char *input_type); 125 const char *input_type,
|
/openssl-master/doc/man3/ |
A D | OSSL_DECODER_CTX_new_for_pkey.pod | 18 const char *input_type, 41 L<OSSL_DECODER_from_bio(3)>. The caller may use the optional I<input_type>, 54 The search of decoder implementations can be limited with I<input_type> and
|
A D | OSSL_DECODER_CTX.pod | 46 const char *input_type);
|
/openssl-master/test/ |
A D | endecode_test.c | 136 const char *input_type, const char *structure_type, 256 const char *input_type, in decode_EVP_PKEY_prov() argument 269 if (strcmp(input_type, "DER") == 0) in decode_EVP_PKEY_prov() 285 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov()
|
/openssl-master/apps/lib/ |
A D | apps.c | 872 const char *input_type; in load_key_certs_crls_suppress() local 926 if ((input_type = format2string(format)) != NULL) { in load_key_certs_crls_suppress() 928 (char *)input_type, 0); in load_key_certs_crls_suppress()
|
Completed in 19 milliseconds