Searched refs:LGRSAM_PKCS1_1_5 (Results 1 – 13 of 13) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | lws-genrsa.c | 211 case LGRSAM_PKCS1_1_5: 255 case LGRSAM_PKCS1_1_5: 296 case LGRSAM_PKCS1_1_5: 337 case LGRSAM_PKCS1_1_5: 382 case LGRSAM_PKCS1_1_5: 436 case LGRSAM_PKCS1_1_5:
|
D | mbedtls-server.c | 468 n = lws_genrsa_new_keypair(vhost->context, &ctx, LGRSAM_PKCS1_1_5, in lws_tls_acme_sni_cert_create()
|
/third_party/libwebsockets/lib/jose/jwe/ |
D | jwe-rsa-aesgcm.c | 98 LGRSAM_PKCS1_OAEP_PSS : LGRSAM_PKCS1_1_5, in lws_jwe_encrypt_rsa_aes_gcm() 147 LGRSAM_PKCS1_OAEP_PSS : LGRSAM_PKCS1_1_5, in lws_jwe_auth_and_decrypt_rsa_aes_gcm()
|
D | jwe-rsa-aescbc.c | 102 LGRSAM_PKCS1_OAEP_PSS : LGRSAM_PKCS1_1_5, in lws_jwe_encrypt_rsa_aes_cbc_hs() 156 LGRSAM_PKCS1_OAEP_PSS : LGRSAM_PKCS1_1_5, in lws_jwe_auth_and_decrypt_rsa_aes_cbc_hs()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genrsa.c | 296 case LGRSAM_PKCS1_1_5: 342 case LGRSAM_PKCS1_1_5:
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-genrsa.h | 39 LGRSAM_PKCS1_1_5, enumerator
|
/third_party/libwebsockets/lib/cose/ |
D | cose_sign_alg.c | 139 LGRSAM_PKCS1_1_5, gh)) { in lws_cose_sign_alg_create()
|
D | cose_validate_alg.c | 138 LGRSAM_PKCS1_1_5, gh)) { in lws_cose_val_alg_create()
|
D | cose_key.c | 838 LGRSAM_PKCS1_1_5, in lws_cose_key_generate()
|
/third_party/libwebsockets/lib/jose/jwk/ |
D | jwk.c | 195 n = lws_genrsa_new_keypair(context, &ctx, LGRSAM_PKCS1_1_5, in lws_jwk_generate()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 448 enum enum_genrsa_mode padding = LGRSAM_PKCS1_1_5; in lws_jws_sig_confirm() 744 enum enum_genrsa_mode pad = LGRSAM_PKCS1_1_5; in lws_jws_sign_from_b64()
|
/third_party/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 671 n = lws_genrsa_new_keypair(vhd->context, &vhd->rsactx, LGRSAM_PKCS1_1_5, in lws_acme_load_create_auth_keys()
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | sshd.c | 1250 LGRSAM_PKCS1_1_5, in lws_ssh_parse_plaintext()
|