Home
last modified time | relevance | path

Searched defs:vctx (Results 101 - 125 of 162) sorted by relevance

1234567

/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c75 static void pvk2key_freectx(void *vctx) in pvk2key_freectx() argument
93 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2key_decode() argument
183 static int pvk2key_export_object(void *vctx, in pvk2key_export_object() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c74 static void krb5kdf_free(void *vctx) in krb5kdf_free() argument
84 static void krb5kdf_reset(void *vctx) in krb5kdf_reset() argument
105 static int krb5kdf_derive(void *vctx, unsigned char *key, size_t keylen, in krb5kdf_derive() argument
134 static int krb5kdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in krb5kdf_set_ctx_params() argument
171 static int krb5kdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) in krb5kdf_get_ctx_params() argument
[all...]
H A Dkbkdf.c125 static void kbkdf_free(void *vctx) in kbkdf_free() argument
135 static void kbkdf_reset(void *vctx) in kbkdf_reset() argument
212 static int kbkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kbkdf_derive() argument
279 static int kbkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kbkdf_set_ctx_params() argument
363 static int kbkdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kbkdf_get_ctx_params() argument
H A Dpbkdf2.c91 static void kdf_pbkdf2_free(void *vctx) in kdf_pbkdf2_free() argument
101 static void kdf_pbkdf2_reset(void *vctx) in kdf_pbkdf2_reset() argument
144 static int kdf_pbkdf2_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pbkdf2_derive() argument
169 static int kdf_pbkdf2_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pbkdf2_set_ctx_params() argument
231 static int kdf_pbkdf2_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kdf_pbkdf2_get_ctx_params() argument
H A Dsskdf.c299 static void sskdf_reset(void *vctx) in sskdf_reset() argument
313 static void sskdf_free(void *vctx) in sskdf_free() argument
350 static int sskdf_derive(void *vctx, unsigned char *key, size_t keylen, in sskdf_derive() argument
419 static int x963kdf_derive(void *vctx, unsigned char *key, size_t keylen, in x963kdf_derive() argument
449 static int sskdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in sskdf_set_ctx_params() argument
513 sskdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) sskdf_get_ctx_params() argument
[all...]
H A Dscrypt.c74 static void kdf_scrypt_free(void *vctx) in kdf_scrypt_free() argument
86 static void kdf_scrypt_reset(void *vctx) in kdf_scrypt_reset() argument
152 static int kdf_scrypt_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_scrypt_derive() argument
184 static int kdf_scrypt_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_scrypt_set_ctx_params() argument
257 static int kdf_scrypt_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kdf_scrypt_get_ctx_params() argument
H A Dtls1_prf.c113 static void kdf_tls1_prf_free(void *vctx) in kdf_tls1_prf_free() argument
123 static void kdf_tls1_prf_reset(void *vctx) in kdf_tls1_prf_reset() argument
136 static int kdf_tls1_prf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_tls1_prf_derive() argument
167 static int kdf_tls1_prf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_tls1_prf_set_ctx_params() argument
232 static int kdf_tls1_prf_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kdf_tls1_prf_get_ctx_params() argument
H A Dpkcs12kdf.c162 static void kdf_pkcs12_free(void *vctx) in kdf_pkcs12_free() argument
172 static void kdf_pkcs12_reset(void *vctx) in kdf_pkcs12_reset() argument
200 static int kdf_pkcs12_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pkcs12_derive() argument
224 static int kdf_pkcs12_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pkcs12_set_ctx_params() argument
269 static int kdf_pkcs12_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kdf_pkcs12_get_ctx_params() argument
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c344 static const OSSL_PARAM *drbg_hmac_gettable_ctx_params(ossl_unused void *vctx, in drbg_hmac_gettable_ctx_params() argument
356 static int drbg_hmac_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_hmac_set_ctx_params() argument
396 static const OSSL_PARAM *drbg_hmac_settable_ctx_params(ossl_unused void *vctx, in drbg_hmac_settable_ctx_params() argument
H A Dseed_src.c224 int seed_src_lock(ossl_unused void *vctx) in seed_src_lock() argument
229 void seed_src_unlock(ossl_unused void *vctx) in seed_src_unlock() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_sigver.c598 int vctx = 0; in EVP_DigestVerifyFinal() local
/third_party/openssl/crypto/evp/
H A Dm_sigver.c598 int vctx = 0; in EVP_DigestVerifyFinal() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c69 static void aes_wrap_freectx(void *vctx) in aes_wrap_freectx() argument
77 static int aes_wrap_init(void *vctx, const unsigned char *key, in aes_wrap_init() argument
142 static int aes_wrap_cipher_internal(void *vctx, unsigned char *out, in aes_wrap_cipher_internal() argument
202 static int aes_wrap_final(void *vctx, unsigne argument
212 aes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_wrap_cipher() argument
240 aes_wrap_set_ctx_params(void *vctx, const OSSL_PARAM params[]) aes_wrap_set_ctx_params() argument
[all...]
H A Dciphercommon.c224 int ossl_cipher_generic_einit(void *vctx, const unsigned char *key, in ossl_cipher_generic_einit() argument
232 int ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, in ossl_cipher_generic_dinit() argument
243 int ossl_cipher_generic_block_update(void *vctx, unsigned char *out, in ossl_cipher_generic_block_update() argument
384 int ossl_cipher_generic_block_final(void *vctx, unsigne argument
453 ossl_cipher_generic_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_stream_update() argument
510 ossl_cipher_generic_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_stream_final() argument
520 ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_cipher() argument
543 ossl_cipher_generic_get_ctx_params(void *vctx, OSSL_PARAM params[]) ossl_cipher_generic_get_ctx_params() argument
591 ossl_cipher_generic_set_ctx_params(void *vctx, const OSSL_PARAM params[]) ossl_cipher_generic_set_ctx_params() argument
660 ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits, size_t ivbits, unsigned int mode, uint64_t flags, const PROV_CIPHER_HW *hw, void *provctx) ossl_cipher_generic_initkey() argument
[all...]
H A Dciphercommon_gcm.c48 static int gcm_init(void *vctx, const unsigned char *key, size_t keylen, in gcm_init() argument
81 int ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen, in ossl_gcm_einit() argument
88 int ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen, in ossl_gcm_dinit() argument
143 int ossl_gcm_get_ctx_params(void *vctx, OSSL_PARAM params[]) in ossl_gcm_get_ctx_params() argument
230 int ossl_gcm_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in ossl_gcm_set_ctx_params() argument
304 ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_stream_update() argument
326 ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_gcm_stream_final() argument
343 ossl_gcm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_cipher() argument
[all...]
H A Dcipher_aes_cbc_hmac_sha256_hw.c46 static int aesni_cbc_hmac_sha256_init_key(PROV_CIPHER_CTX *vctx, in aesni_cbc_hmac_sha256_init_key() argument
125 static size_t tls1_multi_block_encrypt(void *vctx, in tls1_multi_block_encrypt() argument
395 static int aesni_cbc_hmac_sha256_cipher(PROV_CIPHER_CTX *vctx, in aesni_cbc_hmac_sha256_cipher() argument
684 aesni_cbc_hmac_sha256_set_mac_key(void *vctx, const unsigned char *mackey, size_t len) aesni_cbc_hmac_sha256_set_mac_key() argument
716 aesni_cbc_hmac_sha256_set_tls1_aad(void *vctx, unsigned char *aad_rec, int aad_len) aesni_cbc_hmac_sha256_set_tls1_aad() argument
755 aesni_cbc_hmac_sha256_tls1_multiblock_max_bufsize( void *vctx) aesni_cbc_hmac_sha256_tls1_multiblock_max_bufsize() argument
766 aesni_cbc_hmac_sha256_tls1_multiblock_aad( void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) aesni_cbc_hmac_sha256_tls1_multiblock_aad() argument
[all...]
H A Dcipher_aes_cbc_hmac_sha1_hw.c45 static int aesni_cbc_hmac_sha1_init_key(PROV_CIPHER_CTX *vctx, in aesni_cbc_hmac_sha1_init_key() argument
121 static size_t tls1_multi_block_encrypt(void *vctx, in tls1_multi_block_encrypt() argument
372 static int aesni_cbc_hmac_sha1_cipher(PROV_CIPHER_CTX *vctx, in aesni_cbc_hmac_sha1_cipher() argument
632 aesni_cbc_hmac_sha1_set_mac_key(void *vctx, const unsigned char *mac, size_t len) aesni_cbc_hmac_sha1_set_mac_key() argument
663 aesni_cbc_hmac_sha1_set_tls1_aad(void *vctx, unsigned char *aad_rec, int aad_len) aesni_cbc_hmac_sha1_set_tls1_aad() argument
703 aesni_cbc_hmac_sha1_tls1_multiblock_max_bufsize(void *vctx) aesni_cbc_hmac_sha1_tls1_multiblock_max_bufsize() argument
713 aesni_cbc_hmac_sha1_tls1_multiblock_aad( void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) aesni_cbc_hmac_sha1_tls1_multiblock_aad() argument
[all...]
/third_party/openssl/providers/implementations/digests/
H A Dsha3_prov.c53 static int keccak_init(void *vctx, ossl_unused const OSSL_PARAM params[]) in keccak_init() argument
62 static int keccak_init_params(void *vctx, const OSSL_PARAM params[]) in keccak_init_params() argument
68 static int keccak_update(void *vctx, const unsigned char *inp, size_t len) in keccak_update() argument
105 static int keccak_final(void *vctx, unsigned char *out, size_t *outl, in keccak_final() argument
123 static size_t generic_sha3_absorb(void *vctx, cons argument
130 generic_sha3_final(unsigned char *md, void *vctx) generic_sha3_final() argument
150 s390x_sha3_absorb(void *vctx, const void *inp, size_t len) s390x_sha3_absorb() argument
159 s390x_sha3_final(unsigned char *md, void *vctx) s390x_sha3_final() argument
170 s390x_shake_final(unsigned char *md, void *vctx) s390x_shake_final() argument
254 keccak_freectx(void *vctx) keccak_freectx() argument
282 shake_set_ctx_params(void *vctx, const OSSL_PARAM params[]) shake_set_ctx_params() argument
[all...]
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c74 static void krb5kdf_free(void *vctx) in krb5kdf_free() argument
84 static void krb5kdf_reset(void *vctx) in krb5kdf_reset() argument
105 static int krb5kdf_derive(void *vctx, unsigned char *key, size_t keylen, in krb5kdf_derive() argument
134 static int krb5kdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in krb5kdf_set_ctx_params() argument
171 static int krb5kdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) in krb5kdf_get_ctx_params() argument
[all...]
H A Dkbkdf.c125 static void kbkdf_free(void *vctx) in kbkdf_free() argument
135 static void kbkdf_reset(void *vctx) in kbkdf_reset() argument
212 static int kbkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kbkdf_derive() argument
279 static int kbkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kbkdf_set_ctx_params() argument
363 static int kbkdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kbkdf_get_ctx_params() argument
H A Dpbkdf2.c91 static void kdf_pbkdf2_free(void *vctx) in kdf_pbkdf2_free() argument
101 static void kdf_pbkdf2_reset(void *vctx) in kdf_pbkdf2_reset() argument
144 static int kdf_pbkdf2_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pbkdf2_derive() argument
169 static int kdf_pbkdf2_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pbkdf2_set_ctx_params() argument
231 static int kdf_pbkdf2_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kdf_pbkdf2_get_ctx_params() argument
H A Dsskdf.c299 static void sskdf_reset(void *vctx) in sskdf_reset() argument
313 static void sskdf_free(void *vctx) in sskdf_free() argument
350 static int sskdf_derive(void *vctx, unsigned char *key, size_t keylen, in sskdf_derive() argument
419 static int x963kdf_derive(void *vctx, unsigned char *key, size_t keylen, in x963kdf_derive() argument
449 static int sskdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in sskdf_set_ctx_params() argument
513 sskdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) sskdf_get_ctx_params() argument
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c75 static void msblob2key_freectx(void *vctx) in msblob2key_freectx() argument
82 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2key_decode() argument
204 msblob2key_export_object(void *vctx, in msblob2key_export_object() argument
H A Ddecode_pvk2key.c75 static void pvk2key_freectx(void *vctx) in pvk2key_freectx() argument
82 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2key_decode() argument
172 static int pvk2key_export_object(void *vctx, in pvk2key_export_object() argument
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c344 static const OSSL_PARAM *drbg_hmac_gettable_ctx_params(ossl_unused void *vctx, in drbg_hmac_gettable_ctx_params() argument
356 static int drbg_hmac_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_hmac_set_ctx_params() argument
396 static const OSSL_PARAM *drbg_hmac_settable_ctx_params(ossl_unused void *vctx, in drbg_hmac_settable_ctx_params() argument

Completed in 17 milliseconds

1234567