| /src/crypto/external/apache2/openssl/dist/demos/encode/ |
| ec_encode.c | 34 int selection = 0; local 41 * The selection argument here specifies whether we are willing to accept a 47 selection, 105 int selection; local 113 * The selection argument controls whether the private key is exported 122 selection = (passphrase != NULL) 126 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "PEM", NULL, propq);
|
| rsa_encode.c | 34 int selection = 0; local 41 * The selection argument here specifies whether we are willing to accept a 47 selection, 105 int selection; local 113 * The selection argument controls whether the private key is exported 122 selection = (passphrase != NULL) 126 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "PEM", NULL, propq);
|
| /src/crypto/external/bsd/openssl/dist/demos/encode/ |
| ec_encode.c | 34 int selection = 0; local 41 * The selection argument here specifies whether we are willing to accept a 47 selection, 104 int selection; local 112 * The selection argument controls whether the private key is exported 121 selection = (passphrase != NULL) 125 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "PEM", NULL, propq);
|
| rsa_encode.c | 34 int selection = 0; local 41 * The selection argument here specifies whether we are willing to accept a 47 selection, 104 int selection; local 112 * The selection argument controls whether the private key is exported 121 selection = (passphrase != NULL) 125 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "PEM", NULL, propq);
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| gettext-3-prg.c | 38 const char *selection; member in struct:data_t 77 printf ("%s - %s\n", strings[j].selection,
|
| /src/crypto/external/apache2/openssl/dist/demos/encrypt/ |
| rsa_encrypt.c | 39 int selection; local 44 selection = EVP_PKEY_PUBLIC_KEY; 48 selection = EVP_PKEY_KEYPAIR; 53 selection, libctx, propq);
|
| /src/crypto/external/apache2/openssl/dist/demos/signature/ |
| EVP_EC_Signature_demo.c | 44 int selection; local 49 selection = EVP_PKEY_PUBLIC_KEY; 53 selection = EVP_PKEY_KEYPAIR; 58 selection, libctx, propq);
|
| /src/crypto/external/bsd/openssl/dist/demos/signature/ |
| EVP_Signature_demo.c | 48 int selection; local 53 selection = EVP_PKEY_PUBLIC_KEY; 57 selection = EVP_PKEY_KEYPAIR; 62 selection, libctx, propq);
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| obj_encdata.c | 272 TPM_PCR_SELECTION *selection = NULL; local 288 selection = &encdata->pcrInfo.info11.pcrSelection; 292 selection = &encdata->pcrInfo.infolong.creationPCRSelection; 294 selection = &encdata->pcrInfo.infolong.releasePCRSelection; 305 if (selection == NULL) { 310 *size = sizeof(UINT16) + selection->sizeOfSelect; 320 Trspi_LoadBlob_PCR_SELECTION(&offset, *data, selection);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_pkey.c | 74 int selection; local 91 selection = EVP_PKEY_KEYPAIR | EVP_PKEY_KEY_PARAMETERS; 93 keytype, selection, libctx, propq); 104 NULL, selection, libctx, propq); 135 int selection = OSSL_KEYMGMT_SELECT_ALL; local 140 if ((ctx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection,
|
| s_lib.c | 21 int EVP_SKEY_export(const EVP_SKEY *skey, int selection, 29 return evp_skeymgmt_export(skey->skeymgmt, skey->keydata, selection, export_cb, export_cbarg); 88 int selection, const OSSL_PARAM *params) 95 skey->keydata = evp_skeymgmt_import(skey->skeymgmt, selection, params); 242 int selection; member in struct:transfer_cb_ctx 251 ctx->keydata = evp_skeymgmt_import(ctx->skeymgmt, ctx->selection, params); 292 ctx.selection = OSSL_SKEYMGMT_SELECT_ALL; 295 if (!EVP_SKEY_export(skey, ctx.selection, transfer_cb, &ctx))
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_pkey.c | 73 int selection; local 83 selection = EVP_PKEY_KEYPAIR | EVP_PKEY_KEY_PARAMETERS; 85 NULL, selection, libctx, propq); 114 int selection = OSSL_KEYMGMT_SELECT_ALL; local 119 if ((ctx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection,
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| decode_pvk2key.c | 59 /* The selection that is passed to der2key_decode() */ 60 int selection; member in struct:pvk2key_ctx_st 82 static int pvk2key_does_selection(void *provctx, int selection) 84 if (selection == 0) 87 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) 93 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, 105 ctx->selection = selection; 107 if ((selection == 0 108 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 193 int selection = ctx->selection; local [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| dsa.c | 104 int selection = 0; local 263 selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY; 266 selection = (OSSL_KEYMGMT_SELECT_KEYPAIR 271 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, output_type,
|
| ec.c | 253 int selection; local 259 selection = OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS; 261 selection = OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS 265 selection = OSSL_KEYMGMT_SELECT_ALL; 269 ectx = OSSL_ENCODER_CTX_new_for_pkey(eckey, selection,
|
| rsa.c | 154 int selection = 0; local 352 selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY; 355 selection = (OSSL_KEYMGMT_SELECT_KEYPAIR 376 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection,
|
| /src/crypto/external/apache2/openssl/dist/crypto/cms/ |
| cms_ec.c | 31 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; local 34 selection, libctx, propq);
|
| /src/crypto/external/apache2/openssl/dist/crypto/dsa/ |
| dsa_ameth.c | 438 int selection = 0; local 452 selection |= OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS; 457 selection |= OSSL_KEYMGMT_SELECT_PUBLIC_KEY; 463 selection |= OSSL_KEYMGMT_SELECT_PRIVATE_KEY; 470 rv = importer(to_keydata, selection, params);
|
| /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/ |
| encoder_local.h | 71 * Select what parts of an object will be encoded. This selection is 72 * bit encoded, and the bits correspond to selection bits available with 76 int selection; member in struct:ossl_encoder_ctx_st 84 * object being encoded. It may be used for selection of the starting 130 * object being encoded. It may be used for selection of the ending 138 * that look different depending on this selection; for example, EVP_PKEY 141 * This selection is bit encoded, and the bits correspond to selection 146 int selection; member in struct:ossl_decoder_ctx_st
|
| encoder_pkey.c | 115 && !encoder->does_selection(provctx, data->ctx->selection)) 157 int selection; member in struct:construct_data_st 171 construct_data->constructed_obj = encoder->import_object(encoderctx, construct_data->selection, params); 188 int selection = data->selection; local 190 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) 191 selection |= OSSL_KEYMGMT_SELECT_PUBLIC_KEY; 194 if (!evp_keymgmt_export(pk->keymgmt, pk->keydata, selection, 229 int selection, 328 data->selection = selection [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| decode_msblob2key.c | 59 /* The selection that is passed to msblob2key_decode() */ 60 int selection; member in struct:msblob2key_ctx_st 82 static int msblob2key_does_selection(void *provctx, int selection) 84 if (selection == 0) 87 if ((selection & (OSSL_KEYMGMT_SELECT_PRIVATE_KEY | OSSL_KEYMGMT_SELECT_PUBLIC_KEY)) != 0) 93 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, 121 ctx->selection = selection; 142 if ((selection == 0 143 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 218 int selection = ctx->selection; local [all...] |
| decode_pvk2key.c | 63 /* The selection that is passed to der2key_decode() */ 64 int selection; member in struct:pvk2key_ctx_st 108 static int pvk2key_does_selection(void *provctx, int selection) 110 if (selection == 0) 113 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) 119 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, 131 ctx->selection = selection; 133 if ((selection == 0 134 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0 216 int selection = ctx->selection; local [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| mac_legacy_kmgmt.c | 58 int selection; member in struct:mac_gen_ctx 136 static int mac_has(const void *keydata, int selection) 149 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) 155 static int mac_match(const void *keydata1, const void *keydata2, int selection) 164 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { 222 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) 229 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) 264 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, 275 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0) 282 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != [all...] |
| template_kmgmt.c | 68 int selection; member in struct:template_gen_ctx 96 static int template_has(const void *keydata, int selection) 108 static int template_match(const void *keydata1, const void *keydata2, int selection) 116 if ((selection & OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS) != 0) 119 if ((selection & OSSL_KEYMGMT_SELECT_KEYPAIR) != 0) { 122 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { 126 && (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) { 146 static int template_export(void *key, int selection, OSSL_CALLBACK *param_cb, 157 if ((selection & OSSL_KEYMGMT_SELECT_KEYPAIR) == 0) 164 if ((selection & OSSL_KEYMGMT_SELECT_KEYPAIR) != 0) [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| dsa.c | 92 int selection = 0; local 255 selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY; 258 selection = (OSSL_KEYMGMT_SELECT_KEYPAIR 263 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, output_type,
|