MCPcopy Create free account

hub / github.com/pyca/cryptography / functions

Functions3,887 in github.com/pyca/cryptography

↓ 5 callersMethodparameter_bytes
Returns the parameters serialized as bytes.
src/cryptography/hazmat/primitives/asymmetric/dh.py:154
↓ 5 callersMethodparameter_numbers
Returns a DHParameterNumbers.
src/cryptography/hazmat/primitives/asymmetric/dh.py:164
↓ 5 callersMethodq
(self)
src/cryptography/hazmat/primitives/asymmetric/dh.py:66
↓ 5 callersFunctionsign_data
( py: pyo3::Python<'p>, private_key: &'p pyo3::PyAny, hash_algorithm: &'p pyo3::PyAny, rsa_pad
src/rust/src/x509/sign.rs:329
↓ 5 callersMethodsubject_name
Sets the certificate requestor's distinguished name.
src/cryptography/x509/base.py:641
↓ 5 callersMethodtag
(&self)
src/rust/cryptography-x509/src/common.rs:137
↓ 5 callersMethodverify
(self, key_material: bytes, expected_key: bytes)
src/cryptography/hazmat/primitives/kdf/hkdf.py:44
↓ 4 callersFunction_calculate_digest_and_algorithm
( data: bytes, algorithm: typing.Union[Prehashed, hashes.HashAlgorithm], )
src/cryptography/hazmat/backends/openssl/utils.py:46
↓ 4 callersFunction_check_empty
All data should have been parsed.
src/cryptography/hazmat/primitives/serialization/ssh.py:187
↓ 4 callersFunction_evp_cipher_cipher_name
(cipher: _AEADTypes)
src/cryptography/hazmat/backends/openssl/aead.py:229
↓ 4 callersMethod_evp_pkey_to_private_key
Return the appropriate type of PrivateKey given an evp_pkey cdata pointer.
src/cryptography/hazmat/backends/openssl/backend.py:507
↓ 4 callersFunction_is_evp_aead_supported_cipher
Checks whether the given cipher is supported through EVP_AEAD rather than the normal OpenSSL EVP_CIPHER API.
src/cryptography/hazmat/backends/openssl/aead.py:26
↓ 4 callersFunction_key_identifier_from_public_key
( public_key: CertificatePublicKeyTypes, )
src/cryptography/x509/extensions.py:50
↓ 4 callersFunction_make_certbuilder
(private_key)
tests/x509/test_x509_ext.py:49
↓ 4 callersFunction_openssl_assert
( lib, ok: bool, errors: typing.Optional[typing.List[openssl.OpenSSLError]] = None, )
src/cryptography/hazmat/bindings/openssl/binding.py:20
↓ 4 callersMethodacquire
(slf: pyo3::Py<Self>, py: pyo3::Python<'_>)
src/rust/src/pool.rs:38
↓ 4 callersMethodadd_certificate_by_hash
( self, issuer_name_hash: bytes, issuer_key_hash: bytes, serial_number: int,
src/cryptography/x509/ocsp.py:441
↓ 4 callersMethodaead_cipher_supported
(self, cipher)
src/cryptography/hazmat/backends/openssl/backend.py:1567
↓ 4 callersMethodborrow_value_public
(&self)
src/rust/src/x509/certificate.rs:45
↓ 4 callersMethodcert_id
(&self)
src/rust/src/x509/ocsp_req.rs:56
↓ 4 callersMethodcopy
(&self)
src/rust/cryptography-openssl/src/hmac.rs:58
↓ 4 callersFunctioncvt
(r: std::os::raw::c_int)
src/rust/cryptography-openssl/src/lib.rs:11
↓ 4 callersMethoddata
(&self)
src/rust/cryptography-x509/src/common.rs:140
↓ 4 callersMethoddecrypt_at_time
( self, token: typing.Union[bytes, str], ttl: int, current_time: int )
src/cryptography/fernet.py:93
↓ 4 callersFunctionencode_general_names
( py: pyo3::Python<'a>, py_gns: &'a pyo3::PyAny, )
src/rust/src/x509/common.rs:97
↓ 4 callersMethodencrypt
(self, msg: bytes)
src/cryptography/fernet.py:183
↓ 4 callersMethodfinalize
()
docs/development/custom-vectors/rsa-oaep-sha2/VerifyRSAOAEPSHA2.java:65
↓ 4 callersFunctionfind_in_pem
Parse all sections in a PEM file and return the first matching section. If no matching sections are found, return an error.
src/rust/src/x509/common.rs:16
↓ 4 callersMethodfrom_rfc4514_string
( cls, data: str, attr_name_overrides: typing.Optional[_NameOidMap] = None, )
src/cryptography/x509/name.py:301
↓ 4 callersMethodgenerate_key
(cls, bit_length: int)
src/cryptography/hazmat/primitives/ciphers/aead.py:113
↓ 4 callersMethodhas_flag
(self, flag: str)
tests/utils.py:910
↓ 4 callersMethodhmac_supported
(self, algorithm: hashes.HashAlgorithm)
src/cryptography/hazmat/backends/openssl/backend.py:234
↓ 4 callersMethodkdf_rounds
(self, rounds: int)
src/cryptography/hazmat/primitives/_serialization.py:91
↓ 4 callersMethodlast_update
( self, last_update: datetime.datetime )
src/cryptography/x509/base.py:997
↓ 4 callersFunctionload_der_public_key
( data: bytes, backend: typing.Any = None )
src/cryptography/hazmat/primitives/serialization/base.py:60
↓ 4 callersMethodnext_update
( self, next_update: datetime.datetime )
src/cryptography/x509/base.py:1021
↓ 4 callersMethodopenssl_version_text
Friendly string name of the loaded OpenSSL library. This is not necessarily the same version as it was compiled against. Exa
src/cryptography/hazmat/backends/openssl/backend.py:182
↓ 4 callersMethodprivate_bytes_raw
The raw bytes of the private key. Equivalent to private_bytes(Raw, Raw, NoEncryption()).
src/cryptography/hazmat/primitives/asymmetric/x448.py:97
↓ 4 callersMethodpublic_bytes_raw
The raw bytes of the public key. Equivalent to public_bytes(Raw, Raw).
src/cryptography/hazmat/primitives/asymmetric/x448.py:38
↓ 4 callersMethodpublic_key
(self, backend: typing.Any = None)
src/cryptography/hazmat/primitives/asymmetric/dh.py:92
↓ 4 callersMethodput_u32
Big-endian uint32
src/cryptography/hazmat/primitives/serialization/ssh.py:269
↓ 4 callersFunctionpy_to_datetime
( py: pyo3::Python<'_>, val: &pyo3::PyAny, )
src/rust/src/x509/common.rs:533
↓ 4 callersMethodrecover_data_from_signature
( self, signature: bytes, padding: AsymmetricPadding, algorithm: typing.Option
src/cryptography/hazmat/backends/openssl/rsa.py:586
↓ 4 callersMethodrotate
(self, msg: typing.Union[bytes, str])
src/cryptography/fernet.py:189
↓ 4 callersMethodrsa_encryption_supported
(self, padding: AsymmetricPadding)
src/cryptography/hazmat/backends/openssl/backend.py:680
↓ 4 callersMethodsize
Current number of bytes
src/cryptography/hazmat/primitives/serialization/ssh.py:290
↓ 4 callersMethodtimestamp
Returns the timestamp for this SCT.
src/cryptography/x509/certificate_transparency.py:56
↓ 4 callersMethodvalid_principals
(self)
src/cryptography/hazmat/primitives/serialization/ssh.py:879
↓ 4 callersMethodverify
(&mut self, py: pyo3::Python<'_>, signature: &[u8])
src/rust/src/backend/poly1305.rs:109
↓ 4 callersMethodverify
(self, totp: bytes, time: int)
src/cryptography/hazmat/primitives/twofactor/totp.py:37
↓ 4 callersMethodverify
(self, key_material: bytes, expected_key: bytes)
src/cryptography/hazmat/primitives/kdf/x963kdf.py:59
↓ 4 callersMethodverify_tag
( py: pyo3::Python<'_>, key: CffiBuf<'_>, data: CffiBuf<'_>, tag: &[u8], )
src/rust/src/backend/poly1305.rs:79
↓ 3 callersMethod_bio_func_output
(self, write_bio, *args)
src/cryptography/hazmat/backends/openssl/backend.py:1388
↓ 3 callersFunction_check_aes_key_length
(self: Mode, algorithm: CipherAlgorithm)
src/cryptography/hazmat/primitives/ciphers/modes.py:71
↓ 3 callersFunction_check_fips_key_length
(backend, private_key)
tests/hazmat/primitives/test_rsa.py:77
↓ 3 callersMethod_create_evp_pkey_gc
(self)
src/cryptography/hazmat/backends/openssl/backend.py:460
↓ 3 callersMethod_decrypt_data
( self, data: bytes, timestamp: int, time_info: typing.Optional[typing.Tuple[i
src/cryptography/fernet.py:138
↓ 3 callersMethod_encrypt_from_parts
( self, data: bytes, current_time: int, iv: bytes )
src/cryptography/fernet.py:58
↓ 3 callersMethod_evp_md_non_null_from_algorithm
(self, algorithm: hashes.HashAlgorithm)
src/cryptography/hazmat/backends/openssl/backend.py:207
↓ 3 callersMethod_evp_pkey_to_public_key
Return the appropriate type of PublicKey given an evp_pkey cdata pointer.
src/cryptography/hazmat/backends/openssl/backend.py:583
↓ 3 callersFunction_get_ssh_key_type
( key: typing.Union[SSHPrivateKeyTypes, SSHPublicKeyTypes] )
src/cryptography/hazmat/primitives/serialization/ssh.py:142
↓ 3 callersFunction_get_u32
Uint32
src/cryptography/hazmat/primitives/serialization/ssh.py:213
↓ 3 callersMethod_handle_key_loading_error
(self)
src/cryptography/hazmat/backends/openssl/backend.py:946
↓ 3 callersMethod_lib_reason_match
(&self, lib: i32, reason: i32)
src/rust/src/lib.rs:110
↓ 3 callersMethod_peek
(self)
src/cryptography/x509/name.py:398
↓ 3 callersMethod_read_char
(self, ch: str)
src/cryptography/x509/name.py:403
↓ 3 callersFunction_rsa_sig_setup
( backend: Backend, padding: AsymmetricPadding, algorithm: typing.Optional[hashes.HashAlgorithm],
src/cryptography/hazmat/backends/openssl/rsa.py:215
↓ 3 callersFunction_skip_if_dsa_not_supported
( backend: typing.Any, algorithm: hashes.HashAlgorithm, p: int, q: int, g: int, )
tests/hazmat/primitives/test_dsa.py:39
↓ 3 callersFunction_skip_if_memory_limited
(memory_limit, params)
tests/hazmat/primitives/test_scrypt.py:24
↓ 3 callersFunction_sn_to_elliptic_curve
(backend: Backend, sn: str)
src/cryptography/hazmat/backends/openssl/ec.py:88
↓ 3 callersMethod_validate
(self, public_numbers: dsa.DSAPublicNumbers)
src/cryptography/hazmat/primitives/serialization/ssh.py:445
↓ 3 callersFunction_verify_algorithm
(algorithm: hashes.HashAlgorithm)
src/cryptography/x509/ocsp.py:47
↓ 3 callersMethodadd_location
(self, loc: asn1::ParseLocation)
src/rust/src/error.rs:95
↓ 3 callersMethodbuild_unsuccessful
( cls, response_status: OCSPResponseStatus )
src/cryptography/x509/ocsp.py:604
↓ 3 callersFunctioncheck_attribute_length
( values: asn1::SetOf<'a, asn1::Tlv<'a>>, )
src/rust/cryptography-x509/src/csr.rs:44
↓ 3 callersFunctioncheck_backend_support
(backend, item)
tests/utils.py:25
↓ 3 callersFunctionclone_dh
( dh: &openssl::dh::Dh<T>, )
src/rust/src/backend/dh.rs:158
↓ 3 callersMethodclose
()
docs/development/custom-vectors/rsa-oaep-sha2/VerifyRSAOAEPSHA2.java:76
↓ 3 callersMethoddecrypt
( self, msg: typing.Union[bytes, str], ttl: typing.Optional[int] = None )
src/cryptography/fernet.py:203
↓ 3 callersFunctiondh_parameters_from_numbers
( py: pyo3::Python<'_>, numbers: &pyo3::PyAny, )
src/rust/src/backend/dh.rs:93
↓ 3 callersMethoded448_supported
(self)
src/cryptography/hazmat/backends/openssl/backend.py:1550
↓ 3 callersMethodelliptic_curve_signature_algorithm_supported
( self, signature_algorithm: ec.EllipticCurveSignatureAlgorithm, curve: ec.EllipticCur
src/cryptography/hazmat/backends/openssl/backend.py:1008
↓ 3 callersFunctionencode_general_name
( py: pyo3::Python<'a>, gn: &'a pyo3::PyAny, )
src/rust/src/x509/common.rs:109
↓ 3 callersFunctionencode_name_entry
( py: pyo3::Python<'p>, py_name_entry: &'p pyo3::PyAny, )
src/rust/src/x509/common.rs:50
↓ 3 callersMethodencode_public
Write RSA public key
src/cryptography/hazmat/primitives/serialization/ssh.py:355
↓ 3 callersMethodencrypt_at_time
(self, data: bytes, current_time: int)
src/cryptography/fernet.py:54
↓ 3 callersMethodencrypt_at_time
(self, msg: bytes, current_time: int)
src/cryptography/fernet.py:186
↓ 3 callersMethodgenerate_rsa_private_key
( self, public_exponent: int, key_size: int )
src/cryptography/hazmat/backends/openssl/backend.py:372
↓ 3 callersMethodget_revoked_certificate_by_serial_number
Returns an instance of RevokedCertificate or None if the serial_number is not in the CRL.
src/cryptography/x509/base.py:370
↓ 3 callersFunctionhash_data
( py: pyo3::Python<'p>, py_hash_alg: &'p pyo3::PyAny, data: &[u8], )
src/rust/src/x509/ocsp.rs:116
↓ 3 callersMethodhmac_hash
( self, algorithm: HashAlgorithm )
src/cryptography/hazmat/primitives/_serialization.py:108
↓ 3 callersFunctionidentify_signature_hash_algorithm
( py: pyo3::Python<'p>, signature_algorithm: &common::AlgorithmIdentifier<'_>, )
src/rust/src/x509/sign.rs:540
↓ 3 callersMethodis_signature_valid
Verifies signature of revocation list against given public key.
src/cryptography/x509/base.py:472
↓ 3 callersMethodkey_cert_algorithm
( self, algorithm: PBES )
src/cryptography/hazmat/primitives/_serialization.py:125
↓ 3 callersFunctionload_der_x509_certificate
( py: pyo3::Python<'_>, data: pyo3::Py<pyo3::types::PyBytes>, )
src/rust/src/x509/certificate.rs:384
↓ 3 callersFunctionload_hash_vectors
(vector_data)
tests/utils.py:114
↓ 3 callersFunctionload_kasvs_ecdh_vectors
Loads data out of the KASVS key exchange vector data
tests/utils.py:597
↓ 3 callersMethodload_key
(self, backend)
tests/x509/test_x509.py:6033
↓ 3 callersFunctionload_pkcs12
( data: bytes, password: typing.Optional[bytes], backend: typing.Any = None, )
src/cryptography/hazmat/primitives/serialization/pkcs12.py:160
↓ 3 callersFunctionload_rsa_nist_vectors
(vector_data)
tests/utils.py:280
← previousnext →201–300 of 3,887, ranked by callers