Home
last modified time | relevance | path

Searched defs:klen (Results 1 - 25 of 44) sorted by relevance

12

/third_party/curl/tests/unit/
H A Dunit1602.c57 size_t klen = sizeof(int); variable
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c24 size_t klen = keylen / 2; in aes_siv_initkey() local
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_info.c224 PEM_X509_INFO_write_bio(BIO *bp, const X509_INFO *xi, EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *cb, void *u) PEM_X509_INFO_write_bio() argument
H A Dpem_pk8.c41 PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_bio_PKCS8PrivateKey_nid() argument
48 PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_bio_PKCS8PrivateKey() argument
55 i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_bio() argument
62 i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_nid_bio() argument
69 do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey() argument
174 int klen; d2i_PKCS8PrivateKey_bio() local
208 i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_fp() argument
215 i2d_PKCS8PrivateKey_nid_fp(FILE *fp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_nid_fp() argument
222 PEM_write_PKCS8PrivateKey_nid(FILE *fp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_PKCS8PrivateKey_nid() argument
229 PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_PKCS8PrivateKey() argument
236 do_pk8pkey_fp(FILE *fp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey_fp() argument
[all...]
H A Dpem_pkey.c149 int klen; in pem_read_bio_key_legacy() local
339 PEM_write_bio_PrivateKey_traditional(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_bio_PrivateKey_traditional() argument
[all...]
/third_party/openssl/crypto/pem/
H A Dpem_info.c224 PEM_X509_INFO_write_bio(BIO *bp, const X509_INFO *xi, EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *cb, void *u) PEM_X509_INFO_write_bio() argument
H A Dpem_pk8.c41 PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_bio_PKCS8PrivateKey_nid() argument
48 PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_bio_PKCS8PrivateKey() argument
55 i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_bio() argument
62 i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_nid_bio() argument
69 do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey() argument
174 int klen; d2i_PKCS8PrivateKey_bio() local
208 i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_fp() argument
215 i2d_PKCS8PrivateKey_nid_fp(FILE *fp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_nid_fp() argument
222 PEM_write_PKCS8PrivateKey_nid(FILE *fp, const EVP_PKEY *x, int nid, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_PKCS8PrivateKey_nid() argument
229 PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_PKCS8PrivateKey() argument
236 do_pk8pkey_fp(FILE *fp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey_fp() argument
[all...]
H A Dpem_pkey.c149 int klen; in pem_read_bio_key_legacy() local
339 PEM_write_bio_PrivateKey_traditional(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_bio_PrivateKey_traditional() argument
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c24 size_t klen = keylen / 2; in aes_siv_initkey() local
/third_party/musl/src/crypt/
H A Dcrypt_md5.c201 unsigned int i, klen, slen; in md5crypt() local
[all...]
H A Dcrypt_sha512.c212 unsigned int i, r, klen, slen; in sha512crypt() local
[all...]
H A Dcrypt_sha256.c191 unsigned int i, r, klen, slen; in sha256crypt() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_rsa.c403 int klen = (int) mbedtls_rsa_get_len(rsa); // known to fit in rsa_pss_expected_salt_len() local
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c155 size_t klen = (unsigned int)i2d_X509_PUBKEY(X509_get_X509_PUBKEY(x509), NULL); in lws_tls_openssl_cert_info() local
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c47 int klen = sizeof(kid->kid); in lws_tls_kid_copy_kid() local
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c330 int klen, ret; in cipher_init() local
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dsiv128.c143 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen, in ossl_siv128_new() argument
163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init() argument
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c22 OSSL_DECODER_CTX_set_passphrase(OSSL_DECODER_CTX *ctx, const unsigned char *kstr, size_t klen) OSSL_DECODER_CTX_set_passphrase() argument
H A Dencoder_pkey.c41 OSSL_ENCODER_CTX_set_passphrase(OSSL_ENCODER_CTX *ctx, const unsigned char *kstr, size_t klen) OSSL_ENCODER_CTX_set_passphrase() argument
/third_party/openssl/crypto/modes/
H A Dsiv128.c143 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen, in ossl_siv128_new() argument
163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init() argument
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c22 OSSL_DECODER_CTX_set_passphrase(OSSL_DECODER_CTX *ctx, const unsigned char *kstr, size_t klen) OSSL_DECODER_CTX_set_passphrase() argument
H A Dencoder_pkey.c41 OSSL_ENCODER_CTX_set_passphrase(OSSL_ENCODER_CTX *ctx, const unsigned char *kstr, size_t klen) OSSL_ENCODER_CTX_set_passphrase() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c330 int klen, ret; in cipher_init() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pmeth.c326 int klen = RSA_size(rsa); in pkey_rsa_encrypt() local
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c326 int klen = RSA_size(rsa); in pkey_rsa_encrypt() local

Completed in 23 milliseconds

12